X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=main.h;h=496f0876f832fd0e2746b5ecfae6b7e797f123d2;hp=6d0e32c47096bd70427c96bf231edfd671234bba;hb=5a22e57828617abc14e27814ee918cc63b96fd46;hpb=a54078ccf090907f1ebd9ddc3a02cd613ffecf9c diff --git a/main.h b/main.h index 6d0e32c..496f087 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 "joinasterisk.h" #include "cause.h" #include "alawulaw.h" #include "tones.h"