X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=main.h;h=9fbf12870ebb4b89dc0406c2a179b72a8bafecd8;hp=6d0e32c47096bd70427c96bf231edfd671234bba;hb=701b046a45c2c79cc6d07ac3a4f84f499f7ed376;hpb=ef3fc1931a2fa82f482d21fb1296735206463d3a diff --git a/main.h b/main.h index 6d0e32c..9fbf128 100644 --- a/main.h +++ b/main.h @@ -1,6 +1,6 @@ /*****************************************************************************\ ** ** -** LCR ** +** Linux Call Router ** ** ** **---------------------------------------------------------------------------** ** Copyright: Andreas Eversberg ** @@ -44,7 +44,7 @@ void debug(const char *function, int line, char *prefix, char *buffer); //#define DEBUG_KNOCK 0x0140 #define DEBUG_VBOX 0x0180 #define DEBUG_EPOINT 0x0200 -#define DEBUG_CALL 0x0400 +#define DEBUG_JOIN 0x0400 #define DEBUG_VERSATEL 0x0800 #define DEBUG_CRYPT 0x1000 #define DEBUG_ROUTE 0x2000 @@ -130,9 +130,9 @@ extern "C" { #include "mISDN.h" #include "dss1.h" #include "vbox.h" -#include "call.h" -#include "callpbx.h" -#include "callasterisk.h" +#include "join.h" +#include "joinpbx.h" +#include "joinremote.h" #include "cause.h" #include "alawulaw.h" #include "tones.h"