From 7d937bbbb61ddfcf037e3c75d3e0ce5c47be2973 Mon Sep 17 00:00:00 2001 From: Brian West Date: Thu, 3 Jan 2008 01:23:24 +0000 Subject: [PATCH] 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 --- src/mod/applications/mod_esf/mod_esf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;