aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch.inc
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-04-19 02:18:31 -0600
committermcrane <mctch@yahoo.com>2009-04-19 02:18:31 -0600
commitae4516f73513f70957d5a7de68a4b64a549c1395 (patch)
tree9fe0b7086b7457ffad89d435cb785d25d85051ca /config/freeswitch/freeswitch.inc
parent9917ec285689b2088a8143af0e21a303d736b828 (diff)
downloadpfsense-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/freeswitch.inc')
-rwxr-xr-xconfig/freeswitch/freeswitch.inc5
1 files changed, 4 insertions, 1 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");