From 026b04fc75011a144285f399b82890803b4315bd Mon Sep 17 00:00:00 2001 From: Super User Date: Sun, 1 Jun 2008 18:52:10 +0200 Subject: LCR is now uses socket based mISDN V2 API *** chan_lcr, the Asterisk interface works (not complete yet). -> LCR can be used as Asterisk channel driver. modified: Makefile modified: Makefile.am modified: README modified: action.cpp modified: apppbx.cpp modified: bchannel.c modified: bchannel.h modified: callerid.c modified: cause.c modified: chan_lcr.c modified: chan_lcr.h modified: configure.ac modified: default/routing.conf modified: dss1.cpp modified: dss1.h modified: genrc.c modified: ie.cpp modified: interface.c modified: lcradmin.c modified: mISDN.cpp modified: mISDN.h modified: main.c modified: main.h modified: message.h modified: myisdn.h modified: route.c modified: socket_server.c modified: trace.h --- main.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'main.h') diff --git a/main.h b/main.h index eff5b7e..6507694 100644 --- a/main.h +++ b/main.h @@ -34,7 +34,7 @@ #define DEFAULT_ENDPOINT_APP EndpointAppPBX -#define VERSION_STRING "0.5 (Spring 2007)" +#define VERSION_STRING "1.0 beta 1 (Summer 2008)" extern int memuse; extern int mmemuse; @@ -49,11 +49,7 @@ extern int fhuse; //extern pthread_mutex_t mutex_lcr; // lcr process mutex -#ifdef SOCKET_MISDN extern FILE *debug_fp; -#else -extern int global_debug; -#endif #define PDEBUG(mask, fmt, arg...) _printdebug(__FUNCTION__, __LINE__, mask, fmt, ## arg) #define PERROR(fmt, arg...) _printerror(__FUNCTION__, __LINE__, fmt, ## arg) @@ -133,12 +129,7 @@ void debug(const char *function, int line, char *prefix, char *buffer); #ifdef __cplusplus extern "C" { #endif -#ifndef SOCKET_MISDN -#include -#include -#else #include -#endif #ifdef __cplusplus } #endif -- cgit v1.2.3-55-g7522