X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=main.h;h=e5802de2e6adb46b1c7d8ba29f13c2307da578f0;hp=0b9f754c5f96032d907911d3ca0d88c3b0333609;hb=323cbc387b1a068f8e2bcfd1034666406ba18c93;hpb=96124cb106071709b490e7d055a212b12d3915fd diff --git a/main.h b/main.h index 0b9f754..e5802de 100644 --- a/main.h +++ b/main.h @@ -68,6 +68,7 @@ void debug(const char *function, int line, const char *prefix, char *buffer); #define DEBUG_PORT 0x0100 #define DEBUG_ISDN 0x0110 #define DEBUG_GSM 0x0120 +#define DEBUG_SS5 0x0130 //#define DEBUG_KNOCK 0x0140 #define DEBUG_VBOX 0x0180 #define DEBUG_EPOINT 0x0200 @@ -151,6 +152,11 @@ extern "C" { #ifdef WITH_GSM #include "gsm.h" #endif +#ifdef WITH_SS5 +#include "ss5_encode.h" +#include "ss5_decode.h" +#include "ss5.h" +#endif #include "vbox.h" #include "join.h" #include "joinpbx.h"