[Freeswitch-svn] [commit] r10243 - freeswitch/trunk/src/mod/applications/mod_dptools
Freeswitch SVN
brian at freeswitch.org
Tue Nov 4 19:01:37 EST 2008
Author: brian
Date: Tue Nov 4 19:01:37 2008
New Revision: 10243
Modified:
freeswitch/trunk/src/mod/applications/mod_dptools/mod_dptools.c
Log:
tweak
Modified: freeswitch/trunk/src/mod/applications/mod_dptools/mod_dptools.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_dptools/mod_dptools.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_dptools/mod_dptools.c Tue Nov 4 19:01:37 2008
@@ -2262,11 +2262,11 @@
*module_interface = switch_loadable_module_create_module_interface(pool, modname);
error_endpoint_interface = switch_loadable_module_create_interface(*module_interface, SWITCH_ENDPOINT_INTERFACE);
- error_endpoint_interface->interface_name = "ERROR";
+ error_endpoint_interface->interface_name = "error";
error_endpoint_interface->io_routines = &error_io_routines;
user_endpoint_interface = switch_loadable_module_create_interface(*module_interface, SWITCH_ENDPOINT_INTERFACE);
- user_endpoint_interface->interface_name = "USER";
+ user_endpoint_interface->interface_name = "user";
user_endpoint_interface->io_routines = &user_io_routines;
SWITCH_ADD_CHAT(chat_interface, "event", event_chat_send);
More information about the Freeswitch-svn
mailing list