From: Brian West Date: Thu, 3 Jan 2008 01:23:24 +0000 (+0000) Subject: now that this works with linksys and snom remove the ls from app name X-Git-Tag: v1.0-rc1~827 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d937bbbb61ddfcf037e3c75d3e0ce5c47be2973;p=thirdparty%2Ffreeswitch.git 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 --- diff --git a/src/mod/applications/mod_esf/mod_esf.c b/src/mod/applications/mod_esf/mod_esf.c index fc9484f6c9..7a835d843e 100644 --- a/src/mod/applications/mod_esf/mod_esf.c +++ b/src/mod/applications/mod_esf/mod_esf.c @@ -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;