]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
now that this works with linksys and snom remove the ls from app name
authorBrian West <brian@freeswitch.org>
Thu, 3 Jan 2008 01:23:24 +0000 (01:23 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 3 Jan 2008 01:23:24 +0000 (01:23 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7070 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_esf/mod_esf.c

index fc9484f6c9202470836021b35898b18e137573c5..7a835d843ea518591d9b93402cd7903eae9e9a7a 100644 (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;