mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
64 bit goodies
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@897 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -35,8 +35,9 @@
|
||||
#include <jrtplib3/jrtp4c.h>
|
||||
#include <eXosip2/eXosip.h>
|
||||
#include <osip2/osip_mt.h>
|
||||
#include <osipparser2/osip_rfc3264.h>
|
||||
#include <osip_rfc3264.h>
|
||||
#include <osipparser2/osip_port.h>
|
||||
#define ENABLE_TRACE
|
||||
|
||||
static const char modname[] = "mod_exosip";
|
||||
#define STRLEN 15
|
||||
@@ -951,6 +952,9 @@ SWITCH_MOD_DECLARE(switch_status) switch_module_load(const switch_loadable_modul
|
||||
{
|
||||
/* NOTE: **interface is **_interface because the common lib redefines interface to struct in some situations */
|
||||
|
||||
|
||||
osip_trace_initialize(10, stdout);
|
||||
|
||||
if (switch_core_new_memory_pool(&module_pool) != SWITCH_STATUS_SUCCESS) {
|
||||
switch_console_printf(SWITCH_CHANNEL_CONSOLE, "OH OH no pool\n");
|
||||
return SWITCH_STATUS_TERM;
|
||||
|
Reference in New Issue
Block a user