summaryrefslogtreecommitdiffstats
path: root/bchannel.c
diff options
context:
space:
mode:
authorAndreas Eversberg2009-03-15 09:31:23 +0100
committerAndreas Eversberg2009-03-15 09:31:23 +0100
commit57ca16397c03cb2b002b532a3762293767282873 (patch)
tree0dcdac00cc2bf67fbcd26dcf4297f6c4adda6ff6 /bchannel.c
parentAdded PID file (thanx to Joerg) (diff)
downloadlcr-57ca16397c03cb2b002b532a3762293767282873.tar.gz
lcr-57ca16397c03cb2b002b532a3762293767282873.tar.xz
lcr-57ca16397c03cb2b002b532a3762293767282873.zip
Added Callweaver support. (thanx to Kristijan)
modified: README modified: bchannel.c modified: chan_lcr.c
Diffstat (limited to 'bchannel.c')
-rw-r--r--bchannel.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/bchannel.c b/bchannel.c
index e5d2289..187409f 100644
--- a/bchannel.c
+++ b/bchannel.c
@@ -36,6 +36,15 @@
#include <asterisk/compiler.h>
#include <asterisk/frame.h>
+/* Choose if you want to have chan_lcr for Asterisk 1.4.x or CallWeaver 1.2.x */
+/* #define LCR_FOR_CALLWEAVER */
+
+#ifdef LCR_FOR_CALLWEAVER
+#include <asterisk/phone_no_utils.h>
+#include <asterisk/logger.h>
+#include <asterisk/module.h>
+#include <asterisk/channel.h>
+#endif
#include "extension.h"
#include "message.h"