pkgsrc-wip/asterisk/patches/patch-ac
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

15 lines
336 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2003/11/10 10:14:21 marc Exp $
--- db1-ast/include/db.h- 2003-08-24 09:41:42.000000000 +0900
+++ db1-ast/include/db.h 2003-08-24 09:42:17.000000000 +0900
@@ -41,6 +41,10 @@
#include <limits.h>
+#ifndef __PMT
+#define __PMT(x) __P(x)
+#endif
+
#ifdef __DBINTERFACE_PRIVATE
#include <compat.h>
#endif