fix typo.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5445 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
699612c2cb
commit
0f6767a9e4
|
@ -1817,7 +1817,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_dingaling_load)
|
||||||
/* connect my internal structure to the blank pointer passed to me */
|
/* connect my internal structure to the blank pointer passed to me */
|
||||||
*module_interface = switch_loadable_module_create_module_interface(pool, modname);
|
*module_interface = switch_loadable_module_create_module_interface(pool, modname);
|
||||||
channel_endpoint_interface = switch_loadable_module_create_interface(*module_interface, SWITCH_ENDPOINT_INTERFACE);
|
channel_endpoint_interface = switch_loadable_module_create_interface(*module_interface, SWITCH_ENDPOINT_INTERFACE);
|
||||||
channel_endpoint_interface->interface_name = "digngaling";
|
channel_endpoint_interface->interface_name = "dingaling";
|
||||||
channel_endpoint_interface->io_routines = &channel_io_routines;
|
channel_endpoint_interface->io_routines = &channel_io_routines;
|
||||||
channel_endpoint_interface->state_handler = &channel_event_handlers;
|
channel_endpoint_interface->state_handler = &channel_event_handlers;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue