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.
15 lines
449 B
Text
15 lines
449 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2003/11/10 10:14:21 marc Exp $
|
|
|
|
--- db1-ast/include/mpool.h- 2003-08-24 09:41:47.000000000 +0900
|
|
+++ db1-ast/include/mpool.h 2003-08-24 09:42:22.000000000 +0900
|
|
@@ -38,6 +38,10 @@
|
|
|
|
#include <sys/queue.h>
|
|
|
|
+#ifndef __PMT
|
|
+#define __PMT(x) __P(x)
|
|
+#endif
|
|
+
|
|
/*
|
|
* The memory pool scheme is a simple one. Each in-memory page is referenced
|
|
* by a bucket which is threaded in up to two of three ways. All active pages
|