pkgsrc-wip/asterisk/patches/patch-as
Marc Recht bc729d14c7 Initial import of asterisk 0.4.0
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.
2003-11-10 10:14:16 +00:00

16 lines
444 B
Text

$NetBSD: patch-as,v 1.1.1.1 2003/11/10 10:14:30 marc Exp $
--- work.i386/asterisk-0.4.0/formats/format_pcm.c- 2003-08-24 10:09:41.000000000 +0900
+++ work.i386/asterisk-0.4.0/formats/format_pcm.c 2003-08-24 10:09:51.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
#define BUF_SIZE 160 /* 160 samples */