? .deps ? .libs ? H235-SECURITY-MESSAGESDec.lo ? H235-SECURITY-MESSAGESEnc.lo ? H323-MESSAGES.lo ? H323-MESSAGESDec.lo ? H323-MESSAGESEnc.lo ? MULTIMEDIA-SYSTEM-CONTROL.lo ? MULTIMEDIA-SYSTEM-CONTROLDec.lo ? MULTIMEDIA-SYSTEM-CONTROLEnc.lo ? Makefile ? autom4te.cache ? chan_h323.lo ? config.log ? config.status ? context.lo ? decode.lo ? dlist.lo ? encode.lo ? errmgmt.lo ? eventHandler.lo ? libchan_h323.la ? libtool ? memheap.lo ? ooCalls.lo ? ooCapability.lo ? ooDateTime.lo ? ooGkClient.lo ? ooLogChan.lo ? ooSocket.lo ? ooStackCmds.lo ? ooTimer.lo ? ooUtils.lo ? oochannels.lo ? ooh245.lo ? ooh323.lo ? ooh323cDriver.lo ? ooh323ep.lo ? ooports.lo ? ooq931.lo ? ootrace.lo ? perutil.lo ? printHandler.lo ? rtctype.lo ? stamp-h1 Index: config.h =================================================================== RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/config.h,v retrieving revision 1.1 diff -u -r1.1 config.h --- config.h 26 May 2005 17:41:45 -0000 1.1 +++ config.h 20 Oct 2005 08:38:00 -0000 @@ -31,8 +31,7 @@ /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 -/* Define to 1 if your system has a GNU libc compatible `malloc' function, and - to 0 otherwise. */ +/* Define to 1 if your system has a working `malloc' function. */ #define HAVE_MALLOC 1 /* Define to 1 if you have the `memchr' function. */ @@ -63,7 +62,7 @@ #define HAVE_STDDEF_H 1 /* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 +/* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 @@ -140,8 +139,5 @@ /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ -/* Define to rpl_malloc if the replacement function should be used. */ -/* #undef malloc */ - /* Define to `unsigned' if does not define. */ /* #undef size_t */ Index: config.h.in =================================================================== RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/config.h.in,v retrieving revision 1.1 diff -u -r1.1 config.h.in --- config.h.in 23 May 2005 20:52:17 -0000 1.1 +++ config.h.in 20 Oct 2005 08:38:00 -0000 @@ -30,8 +30,7 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H -/* Define to 1 if your system has a GNU libc compatible `malloc' function, and - to 0 otherwise. */ +/* Define to 1 if your system has a working `malloc' function. */ #undef HAVE_MALLOC /* Define to 1 if you have the `memchr' function. */ @@ -139,8 +138,5 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define to rpl_malloc if the replacement function should be used. */ -#undef malloc - /* Define to `unsigned' if does not define. */ #undef size_t Index: configure.in =================================================================== RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/configure.in,v retrieving revision 1.3 diff -u -r1.3 configure.in --- configure.in 19 Aug 2005 19:01:17 -0000 1.3 +++ configure.in 20 Oct 2005 08:38:04 -0000 @@ -1,4 +1,3 @@ -AC_PREREQ(2.57) AC_INIT([ASTERISK-OOH323C],[0.1],[Objective Systems ],[asterisk-ooh323c]) PACKAGE=asterisk-ooh323c VERSION=0.1 Index: ooh323c/src/oochannels.c =================================================================== RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/ooh323c/src/oochannels.c,v retrieving revision 1.9 diff -u -r1.9 oochannels.c --- ooh323c/src/oochannels.c 2 Aug 2005 18:54:54 -0000 1.9 +++ ooh323c/src/oochannels.c 20 Oct 2005 08:38:04 -0000 @@ -28,9 +28,10 @@ #include "ooh323ep.h" #include "ooStackCmds.h" -#ifdef HAVE_PTHREAD_H +/* #ifdef HAVE_PTHREAD_H */ #include -#endif +/* #endif */ +#include "ootypes.h" /** Global endpoint structure */ extern OOH323EndPoint gH323ep; Index: ooh323c/src/ooq931.c =================================================================== RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/ooh323c/src/ooq931.c,v retrieving revision 1.16 diff -u -r1.16 ooq931.c --- ooh323c/src/ooq931.c 16 Sep 2005 19:29:17 -0000 1.16 +++ ooh323c/src/ooq931.c 20 Oct 2005 08:38:07 -0000 @@ -28,6 +28,7 @@ #include "ooUtils.h" #include +#include "ootypes.h" /** Global endpoint structure */ extern OOH323EndPoint gH323ep; Index: ooh323c/src/ootypes.h =================================================================== RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/ooh323c/src/ootypes.h,v retrieving revision 1.7 diff -u -r1.7 ootypes.h --- ooh323c/src/ootypes.h 16 Sep 2005 19:29:17 -0000 1.7 +++ ooh323c/src/ootypes.h 20 Oct 2005 08:38:07 -0000 @@ -59,9 +59,9 @@ #include "config.h" #endif -#ifdef HAVE_PTHREAD_H +/* #ifdef HAVE_PTHREAD_H */ #include -#endif +/* #endif */ #define OOH323C_VERSION "vxx.aa" Index: src/chan_h323.c =================================================================== RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/src/chan_h323.c,v retrieving revision 1.12 diff -u -r1.12 chan_h323.c --- src/chan_h323.c 12 Oct 2005 01:54:32 -0000 1.12 +++ src/chan_h323.c 20 Oct 2005 08:38:08 -0000 @@ -2355,7 +2355,6 @@ struct h323_peer *peer=NULL; OOH225MsgCallbacks h225Callbacks = {0, 0, 0, 0}; - h225Callbacks.onReceivedSetup = &h323_onReceivedSetup; OOH323CALLBACKS h323Callbacks ={ .onNewCallCreated = onNewCallCreated, .onAlerting = onAlerting, @@ -2367,6 +2366,8 @@ .onReceivedDTMF = &h323_onReceivedDigit }; + h225Callbacks.onReceivedSetup = &h323_onReceivedSetup; + userl.users = NULL; ast_mutex_init(&userl.lock); peerl.peers = NULL;