now that this works with linksys and snom remove the ls from app name

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7070 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-01-03 01:23:24 +00:00
parent a2847f0ba9
commit 7d937bbbb6
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_esf_load)
/* 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;