diff options
author | mcrane <mctch@yahoo.com> | 2009-05-13 12:25:35 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-05-13 13:04:45 -0600 |
commit | 4d34902d09109f13bc95ee05066fda2b4501a935 (patch) | |
tree | 05a363ec69cac98474cdd6c3e75e9618dadbaf3c /config/freeswitch/freeswitch.xml | |
parent | 1d234ac49964955334883e42a15865528a34f648 (diff) | |
download | pfsense-packages-4d34902d09109f13bc95ee05066fda2b4501a935.tar.gz pfsense-packages-4d34902d09109f13bc95ee05066fda2b4501a935.tar.bz2 pfsense-packages-4d34902d09109f13bc95ee05066fda2b4501a935.zip |
FreeSWITCH create lan sip profile during install, update dialplan, public, and var textareas, add set to default to the textareas, make the tab menu dynamic so it can be modified from one file rather than having to modify all php files.
Diffstat (limited to 'config/freeswitch/freeswitch.xml')
-rw-r--r-- | config/freeswitch/freeswitch.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freeswitch/freeswitch.xml b/config/freeswitch/freeswitch.xml index 3ca8042f..bf4982a6 100644 --- a/config/freeswitch/freeswitch.xml +++ b/config/freeswitch/freeswitch.xml @@ -44,7 +44,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>FreeSWITCH Settings</name> - <version>0.8.6.1</version> + <version>0.8.7</version> <title>FreeSWITCH: Settings</title> <include_file>/usr/local/pkg/freeswitch.inc</include_file> <menu> @@ -96,7 +96,7 @@ </tab> <tab> <text>Vars</text> - <url>/pkg_edit.php?xml=freeswitch_vars.xml&id=0</url> + <url>/packages/freeswitch/freeswitch_vars.php</url> </tab> </tabs> <configpath>installedpackages->package->$packagename->configuration->freeswitchsettings</configpath> |