diff options
author | mcrane <mctch@yahoo.com> | 2009-07-24 20:45:00 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-07-24 20:47:07 -0600 |
commit | 03bab3d64a310d077d3fc0dd5efbfb4718e2ce1c (patch) | |
tree | 32a321b727a1b7785d502254ef2f72e2eed176cf /config/freeswitch_dev/freeswitch.xml | |
parent | bca755cc8c1612e7c41757edc6b03215ba7ad123 (diff) | |
download | pfsense-packages-03bab3d64a310d077d3fc0dd5efbfb4718e2ce1c.tar.gz pfsense-packages-03bab3d64a310d077d3fc0dd5efbfb4718e2ce1c.tar.bz2 pfsense-packages-03bab3d64a310d077d3fc0dd5efbfb4718e2ce1c.zip |
FreeSWITCH package remove icons from extensions input boxes until 1.2.x is retired icons overlap the text, replace settings xml with php file which provides better flexibility.
Diffstat (limited to 'config/freeswitch_dev/freeswitch.xml')
-rw-r--r-- | config/freeswitch_dev/freeswitch.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/freeswitch_dev/freeswitch.xml b/config/freeswitch_dev/freeswitch.xml index 0bd1d2f8..632f9b1e 100644 --- a/config/freeswitch_dev/freeswitch.xml +++ b/config/freeswitch_dev/freeswitch.xml @@ -43,16 +43,16 @@ <description>FreeSWITCH is an open source telephony platform designed to facilitate the creation of voice and chat driven products scaling from a soft-phone up to a soft-switch. It can be used as a simple switching engine, a PBX, a media gateway or a media server to host IVR applications using simple scripts or XML to control the callflow.</description> <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> - <name>FreeSWITCH Settings</name> - <version>0.9.5</version> - <title>FreeSWITCH: Settings</title> + <name>Settings</name> + <version>0.9.5.1</version> + <title>Settings</title> <include_file>/usr/local/pkg/freeswitch.inc</include_file> <menu> <name>FreeSWITCH</name> <tooltiptext>Modify FreeSWITCH settings.</tooltiptext> <section>Services</section> <configfile>freeswitch.xml</configfile> - <url>/pkg_edit.php?xml=freeswitch.xml&id=0</url> + <url>/packages/freeswitch/freeswitch_settings.php</url> </menu> <service> <name>freeswitch</name> @@ -63,7 +63,7 @@ <tabs> <tab> <text>Settings</text> - <url>/pkg_edit.php?xml=freeswitch.xml&id=0</url> + <url>/packages/freeswitch/freeswitch_settings.php</url> <active/> </tab> <tab> |