X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=bchannel.c;fp=bchannel.c;h=187409f72166bdd15766ff44d89342f4741ca03d;hp=e5d2289774a9166802ed4e45f596329d17bf38be;hb=57ca16397c03cb2b002b532a3762293767282873;hpb=c6a9035ac6bb8635922c72ba1b6ccf029adb5e17 diff --git a/bchannel.c b/bchannel.c index e5d2289..187409f 100644 --- a/bchannel.c +++ b/bchannel.c @@ -36,6 +36,15 @@ #include #include +/* 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 +#include +#include +#include +#endif #include "extension.h" #include "message.h"