diff options
Diffstat (limited to 'config/freeswitch/freeswitch.xml')
-rwxr-xr-x[-rw-r--r--] | config/freeswitch/freeswitch.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/config/freeswitch/freeswitch.xml b/config/freeswitch/freeswitch.xml index 665dabb9..4f1c6af0 100644..100755 --- 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.3.1</version> + <version>0.8.3.2</version> <title>FreeSWITCH: Settings</title> <include_file>/usr/local/pkg/freeswitch.inc</include_file> <menu> @@ -112,11 +112,11 @@ </tab> </tabs> <configpath>installedpackages->package->$packagename->configuration->freeswitchsettings</configpath> - <additional_files_needed> - <prefix>/tmp/</prefix> - <chmod>0755</chmod> - <item>http://portableusbapps.com/packages/config/freeswitch/freeswitch.tgz</item> - </additional_files_needed> + <additional_files_needed> + <prefix>/tmp/</prefix> + <chmod>0755</chmod> + <item>http://portableusbapps.com/packages/config/freeswitch/freeswitch.tgz</item> + </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> @@ -167,11 +167,11 @@ <chmod>0755</chmod> <item>http://www.pfsense.com/packages/config/freeswitch/libodbc.so.1</item> </additional_files_needed> - <additional_files_needed> - <prefix>/usr/local/lib/</prefix> - <chmod>0755</chmod> - <item>http://www.pfsense.com/packages/config/freeswitch/libiconv.so.3</item> - </additional_files_needed> + <additional_files_needed> + <prefix>/usr/local/lib/</prefix> + <chmod>0755</chmod> + <item>http://www.pfsense.com/packages/config/freeswitch/libiconv.so.3</item> + </additional_files_needed> <additional_files_needed> <prefix>/tmp/</prefix> <chmod>0755</chmod> @@ -478,10 +478,10 @@ <custom_add_php_command> </custom_add_php_command> <custom_php_resync_config_command> - sync_package_freeswitch_settings(); + sync_package_freeswitch_settings(); </custom_php_resync_config_command> <custom_delete_php_command> - sync_package_freeswitch_settings(); + sync_package_freeswitch_settings(); </custom_delete_php_command> <custom_php_install_command> freeswitch_php_install_command(); |