diff options
author | mcrane <mctch@yahoo.com> | 2009-04-19 02:18:31 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-04-19 02:18:31 -0600 |
commit | ae4516f73513f70957d5a7de68a4b64a549c1395 (patch) | |
tree | 9fe0b7086b7457ffad89d435cb785d25d85051ca /config/freeswitch | |
parent | 9917ec285689b2088a8143af0e21a303d736b828 (diff) | |
download | pfsense-packages-ae4516f73513f70957d5a7de68a4b64a549c1395.tar.gz pfsense-packages-ae4516f73513f70957d5a7de68a4b64a549c1395.tar.bz2 pfsense-packages-ae4516f73513f70957d5a7de68a4b64a549c1395.zip |
FreeSWITCH add file freeswitch_features.tmp to the install function.
Diffstat (limited to 'config/freeswitch')
-rwxr-xr-x | config/freeswitch/freeswitch.inc | 5 | ||||
-rw-r--r-- | config/freeswitch/freeswitch.xml | 9 | ||||
-rw-r--r-- | config/freeswitch/freeswitch_features.tmp (renamed from config/freeswitch/freeswitch_features.php) | 4 |
3 files changed, 13 insertions, 5 deletions
diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc index 5d0c2c9c..d3bc7883 100755 --- a/config/freeswitch/freeswitch.inc +++ b/config/freeswitch/freeswitch.inc @@ -1672,7 +1672,7 @@ function sync_package_freeswitch() function freeswitch_php_install_command() { global $config; - $freeswitch_package_version = "0.8.4"; + $freeswitch_package_version = "0.8.4.1"; $freeswitch_build_version = "1.0.3"; $freeswitch_build_revision = "12545"; @@ -1750,6 +1750,9 @@ function freeswitch_php_install_command() exec("cp /tmp/freeswitch_extensions_edit.tmp /usr/local/www/freeswitch/freeswitch_extensions_edit.php"); unlink_if_exists("/tmp/freeswitch_extensions_edit.tmp"); + exec("cp /tmp/freeswitch_features.tmp /usr/local/www/freeswitch/freeswitch_features.php"); + unlink_if_exists("/tmp/freeswitch_features.tmp"); + exec("cp /tmp/freeswitch_gateways.tmp /usr/local/www/freeswitch/freeswitch_gateways.php"); unlink_if_exists("/tmp/freeswitch_gateways.tmp"); diff --git a/config/freeswitch/freeswitch.xml b/config/freeswitch/freeswitch.xml index 46ef16e7..7cde23c0 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.4</version> + <version>0.8.4.1</version> <title>FreeSWITCH: Settings</title> <include_file>/usr/local/pkg/freeswitch.inc</include_file> <menu> @@ -233,7 +233,12 @@ <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> <item>http://www.pfsense.com/packages/config/freeswitch/freeswitch_external.xml</item> - </additional_files_needed> + </additional_files_needed> + <additional_files_needed> + <prefix>/tmp/</prefix> + <chmod>0755</chmod> + <item>http://www.pfsense.com/packages/config/freeswitch/freeswitch_features.tmp</item> + </additional_files_needed> <additional_files_needed> <prefix>/tmp/</prefix> <chmod>0755</chmod> diff --git a/config/freeswitch/freeswitch_features.php b/config/freeswitch/freeswitch_features.tmp index 7578b033..1929315f 100644 --- a/config/freeswitch/freeswitch_features.php +++ b/config/freeswitch/freeswitch_features.tmp @@ -81,7 +81,7 @@ include("head.inc"); <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="tabcont" > - + <!-- <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td><p><span class="vexpl"><span class="red"><strong>Features<br> @@ -90,7 +90,7 @@ include("head.inc"); </p></td> </tr> </table> - <br /> + <br />--> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> |