aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch_gateways_edit.tmp
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-05-12 04:57:08 -0600
committermcrane <mctch@yahoo.com>2009-05-12 04:59:11 -0600
commit85264c180bf6d4860727e53c33b5e9d59539fff4 (patch)
tree851ce03c0211804cc2b243af75d69b84806bb287 /config/freeswitch/freeswitch_gateways_edit.tmp
parentc486e2d192b9a4fcf509daf14841befe7d43bafb (diff)
downloadpfsense-packages-85264c180bf6d4860727e53c33b5e9d59539fff4.tar.gz
pfsense-packages-85264c180bf6d4860727e53c33b5e9d59539fff4.tar.bz2
pfsense-packages-85264c180bf6d4860727e53c33b5e9d59539fff4.zip
FreeSWITCH package add profile management, improve backup restore so sip profiles and music on hold are restored correctly, remove files that are not not used.
Diffstat (limited to 'config/freeswitch/freeswitch_gateways_edit.tmp')
-rw-r--r--config/freeswitch/freeswitch_gateways_edit.tmp3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/freeswitch/freeswitch_gateways_edit.tmp b/config/freeswitch/freeswitch_gateways_edit.tmp
index d2f52051..f5a54881 100644
--- a/config/freeswitch/freeswitch_gateways_edit.tmp
+++ b/config/freeswitch/freeswitch_gateways_edit.tmp
@@ -278,10 +278,9 @@ function show_advanced_config() {
$tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=freeswitch.xml&amp;id=0");
$tab_array[] = array(gettext("Dialplan"), false, "/packages/freeswitch/freeswitch_dialplan_includes.php");
$tab_array[] = array(gettext("Extensions"), false, "/packages/freeswitch/freeswitch_extensions.php");
- $tab_array[] = array(gettext("External"), false, "/pkg_edit.php?xml=freeswitch_external.xml&amp;id=0");
$tab_array[] = array(gettext("Features"), false, "/packages/freeswitch/freeswitch_features.php");
$tab_array[] = array(gettext("Gateways"), true, "/packages/freeswitch/freeswitch_gateways.php");
- $tab_array[] = array(gettext("Internal"), false, "/pkg_edit.php?xml=freeswitch_internal.xml&amp;id=0");
+ $tab_array[] = array(gettext("Profiles"), false, "/packages/freeswitch/freeswitch_profiles.php");
$tab_array[] = array(gettext("Public"), false, "/packages/freeswitch/freeswitch_public_includes.php");
$tab_array[] = array(gettext("Status"), false, "/packages/freeswitch/freeswitch_status.php");
$tab_array[] = array(gettext("Vars"), false, "/pkg_edit.php?xml=freeswitch_vars.xml&amp;id=0");