sync
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@556 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
472e08dd51
commit
c5c74474ba
|
@ -38,7 +38,6 @@
|
||||||
#include <osipparser2/osip_rfc3264.h>
|
#include <osipparser2/osip_rfc3264.h>
|
||||||
#include <osipparser2/osip_port.h>
|
#include <osipparser2/osip_port.h>
|
||||||
|
|
||||||
|
|
||||||
static const char modname[] = "mod_exosip";
|
static const char modname[] = "mod_exosip";
|
||||||
#define STRLEN 15
|
#define STRLEN 15
|
||||||
|
|
||||||
|
@ -725,7 +724,7 @@ static const switch_io_routines exosip_io_routines = {
|
||||||
/*.waitfor_read */ exosip_waitfor_write
|
/*.waitfor_read */ exosip_waitfor_write
|
||||||
};
|
};
|
||||||
|
|
||||||
static const switch_event_handler_table exosip_event_handlers = {
|
static const switch_state_handler_table exosip_event_handlers = {
|
||||||
/*.on_init */ exosip_on_init,
|
/*.on_init */ exosip_on_init,
|
||||||
/*.on_ring */ exosip_on_ring,
|
/*.on_ring */ exosip_on_ring,
|
||||||
/*.on_execute */ exosip_on_execute,
|
/*.on_execute */ exosip_on_execute,
|
||||||
|
|
Loading…
Reference in New Issue