from PR pkg/22585 Asterisk is a complete PBX in software. It runs on Linux and provides all of the features you would expect from a PBX and more. Asterisk does voice over IP in three protocols, and can interoperate with almost all standards-based telephony equipment using relatively inexpensive hardware. Asterisk provides Voicemail services with Directory, Call Conferencing, Interactive Voice Response, Call Queuing. It has support for three-way calling, caller ID services, ADSI, SIP and H.323 (as both client and gateway). Check the Features section for a more complete list.
16 lines
475 B
Text
16 lines
475 B
Text
$NetBSD: patch-aq,v 1.1.1.1 2003/11/10 10:14:30 marc Exp $
|
|
|
|
--- work.i386/asterisk-0.4.0/formats/format_gsm.c- 2003-08-24 10:08:45.000000000 +0900
|
|
+++ work.i386/asterisk-0.4.0/formats/format_gsm.c 2003-08-24 10:08:59.000000000 +0900
|
|
@@ -25,7 +25,11 @@
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
#include <pthread.h>
|
|
+#ifdef __NetBSD__
|
|
+#include <machine/endian.h>
|
|
+#else
|
|
#include <endian.h>
|
|
+#endif
|
|
|
|
/* Some Ideas for this code came from makegsme.c by Jeffery Chilton */
|
|
|