diff options
author | Mark Crane <mcrane@pfsense.org> | 2008-12-20 03:47:03 +0000 |
---|---|---|
committer | Mark Crane <mcrane@pfsense.org> | 2008-12-20 03:47:03 +0000 |
commit | 1f408c5f3e259372d18bcc0135efae6b931c3d1d (patch) | |
tree | 9ebe5c3629510f9867396231938d6cdf17654249 /packages/freeswitch/freeswitch_status.tmp | |
parent | e053a5075c1639f9921c5b27270af476bb8b56f8 (diff) | |
download | pfsense-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_status.tmp')
-rw-r--r-- | packages/freeswitch/freeswitch_status.tmp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/freeswitch/freeswitch_status.tmp b/packages/freeswitch/freeswitch_status.tmp index 66d21104..07128835 100644 --- a/packages/freeswitch/freeswitch_status.tmp +++ b/packages/freeswitch/freeswitch_status.tmp @@ -117,7 +117,7 @@ if ($savemsg) { $tab_array = array(); $tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=freeswitch.xml&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&id=0"); $tab_array[] = array(gettext("Gateways"), false, "/freeswitch/freeswitch_gateways.php"); $tab_array[] = array(gettext("Internal"), false, "/pkg_edit.php?xml=freeswitch_internal.xml&id=0"); |