aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freeswitch/freeswitch_gateways.tmp
diff options
context:
space:
mode:
authorMark Crane <mcrane@pfsense.org>2008-12-20 03:47:03 +0000
committerMark Crane <mcrane@pfsense.org>2008-12-20 03:47:03 +0000
commit1f408c5f3e259372d18bcc0135efae6b931c3d1d (patch)
tree9ebe5c3629510f9867396231938d6cdf17654249 /packages/freeswitch/freeswitch_gateways.tmp
parente053a5075c1639f9921c5b27270af476bb8b56f8 (diff)
downloadpfsense-packages-1f408c5f3e259372d18bcc0135efae6b931c3d1d.tar.gz
pfsense-packages-1f408c5f3e259372d18bcc0135efae6b931c3d1d.tar.bz2
pfsense-packages-1f408c5f3e259372d18bcc0135efae6b931c3d1d.zip
FreeSWITCH package convert extension tab from xml package to PHP, remove unecessary default config files that are meant for those without a GUI. Comment out ${sip_req_host} from anti-action in public.xml.
Diffstat (limited to 'packages/freeswitch/freeswitch_gateways.tmp')
-rw-r--r--packages/freeswitch/freeswitch_gateways.tmp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/freeswitch/freeswitch_gateways.tmp b/packages/freeswitch/freeswitch_gateways.tmp
index a9202242..b24c5307 100644
--- a/packages/freeswitch/freeswitch_gateways.tmp
+++ b/packages/freeswitch/freeswitch_gateways.tmp
@@ -64,7 +64,7 @@ include("head.inc");
$tab_array = array();
$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, "/pkg.php?xml=freeswitch_extensions.xml");
+ $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("Gateways"), true, "/freeswitch/freeswitch_gateways.php");
$tab_array[] = array(gettext("Internal"), false, "/pkg_edit.php?xml=freeswitch_internal.xml&amp;id=0");