summaryrefslogtreecommitdiffstats
path: root/bchannel.c
diff options
context:
space:
mode:
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"