aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch_public_includes.tmp
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-04-19 01:45:25 -0600
committermcrane <mctch@yahoo.com>2009-04-19 01:47:19 -0600
commit439e960cad49bffbe4ad306fe119bc4ac7d02366 (patch)
tree2b4129e1ce8969e1dec0547e6e2e391a3d8253dc /config/freeswitch/freeswitch_public_includes.tmp
parent8f73256f12a1665490bcb44aa33075635f69e865 (diff)
downloadpfsense-packages-439e960cad49bffbe4ad306fe119bc4ac7d02366.tar.gz
pfsense-packages-439e960cad49bffbe4ad306fe119bc4ac7d02366.tar.bz2
pfsense-packages-439e960cad49bffbe4ad306fe119bc4ac7d02366.zip
FreeSWITCH package add Features tab move Rec, Modules, and IVR to that tab.
Diffstat (limited to 'config/freeswitch/freeswitch_public_includes.tmp')
-rw-r--r--[-rwxr-xr-x]config/freeswitch/freeswitch_public_includes.tmp6
1 files changed, 2 insertions, 4 deletions
diff --git a/config/freeswitch/freeswitch_public_includes.tmp b/config/freeswitch/freeswitch_public_includes.tmp
index 66f733b3..c1ef5086 100755..100644
--- a/config/freeswitch/freeswitch_public_includes.tmp
+++ b/config/freeswitch/freeswitch_public_includes.tmp
@@ -118,13 +118,11 @@ include("head.inc");
$tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=freeswitch.xml&amp;id=0");
$tab_array[] = array(gettext("Dialplan"), false, "/freeswitch/freeswitch_dialplan_includes.php");
$tab_array[] = array(gettext("Extensions"), false, "/freeswitch/freeswitch_extensions.php");
- $tab_array[] = array(gettext("External"), false, "/pkg_edit.php?xml=freeswitch_external.xml&amp;id=0");
+ $tab_array[] = array(gettext("External"), false, "/pkg_edit.php?xml=freeswitch_external.xml&amp;id=0");
+ $tab_array[] = array(gettext("Features"), false, "/freeswitch/freeswitch_features.php");
$tab_array[] = array(gettext("Gateways"), false, "/freeswitch/freeswitch_gateways.php");
$tab_array[] = array(gettext("Internal"), false, "/pkg_edit.php?xml=freeswitch_internal.xml&amp;id=0");
- $tab_array[] = array(gettext("IVR"), false, "/freeswitch/freeswitch_ivr.php");
- $tab_array[] = array(gettext("Modules"), false, "/pkg_edit.php?xml=freeswitch_modules.xml&amp;id=0");
$tab_array[] = array(gettext("Public"), true, "/freeswitch/freeswitch_public_includes.php");
- $tab_array[] = array(gettext("Rec"), false, "/freeswitch/freeswitch_recordings.php");
$tab_array[] = array(gettext("Status"), false, "/freeswitch/freeswitch_status.php");
$tab_array[] = array(gettext("Vars"), false, "/pkg_edit.php?xml=freeswitch_vars.xml&amp;id=0");
display_top_tabs($tab_array);