[Freeswitch-svn] [commit] r7070 - freeswitch/trunk/src/mod/applications/mod_esf
Freeswitch SVN
brian at freeswitch.org
Wed Jan 2 20:23:24 EST 2008
Author: brian
Date: Wed Jan 2 20:23:24 2008
New Revision: 7070
Modified:
freeswitch/trunk/src/mod/applications/mod_esf/mod_esf.c
Log:
now that this works with linksys and snom remove the ls from app name
Modified: freeswitch/trunk/src/mod/applications/mod_esf/mod_esf.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_esf/mod_esf.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_esf/mod_esf.c Wed Jan 2 20:23:24 2008
@@ -238,7 +238,7 @@
/* connect my internal structure to the blank pointer passed to me */
*module_interface = switch_loadable_module_create_module_interface(pool, modname);
- SWITCH_ADD_APP(app_interface, "esf_ls_page_group", NULL, NULL, bcast_function, NULL, SAF_NONE);
+ SWITCH_ADD_APP(app_interface, "esf_page_group", NULL, NULL, bcast_function, NULL, SAF_NONE);
/* indicate that the module should continue to be loaded */
return SWITCH_STATUS_SUCCESS;
More information about the Freeswitch-svn
mailing list