aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch.inc
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-05-12 12:04:11 -0600
committermcrane <mctch@yahoo.com>2009-05-12 12:06:51 -0600
commit4e5739166700711a36ed03a90d2bf18dd4c57d1f (patch)
tree80b0a88516a913499424d4e5669fb4d4bbf077a4 /config/freeswitch/freeswitch.inc
parent8f9a121ffc0774457c9cfc890163d67987f4a631 (diff)
downloadpfsense-packages-4e5739166700711a36ed03a90d2bf18dd4c57d1f.tar.gz
pfsense-packages-4e5739166700711a36ed03a90d2bf18dd4c57d1f.tar.bz2
pfsense-packages-4e5739166700711a36ed03a90d2bf18dd4c57d1f.zip
FreeSWITCH fix install of freeswitch_profiles.php
Diffstat (limited to 'config/freeswitch/freeswitch.inc')
-rw-r--r--config/freeswitch/freeswitch.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc
index dcaf23fb..a9799e9f 100644
--- a/config/freeswitch/freeswitch.inc
+++ b/config/freeswitch/freeswitch.inc
@@ -1710,7 +1710,7 @@ function sync_package_freeswitch()
function freeswitch_php_install_command()
{
global $config;
- $freeswitch_package_version = "0.8.6";
+ $freeswitch_package_version = "0.8.6.1";
$freeswitch_build_version = "1.0.4 pre 6";
$freeswitch_build_revision = "13238";
@@ -1862,7 +1862,7 @@ function freeswitch_php_install_command()
exec("cp /tmp/freeswitch_ivr_options_edit.tmp /usr/local/www/packages/freeswitch/freeswitch_ivr_options_edit.php");
unlink_if_exists("/tmp/freeswitch_ivr_options_edit.tmp");
- exec("cd /tmp/;fetch http://www.pfsense.com/packages/config/freeswitch/freeswitch_profiles.php.tmp");
+ exec("cd /tmp/;fetch http://www.pfsense.com/packages/config/freeswitch/freeswitch_profiles.tmp");
exec("cp /tmp/freeswitch_profiles.tmp /usr/local/www/packages/freeswitch/freeswitch_profiles.php");
unlink_if_exists("/tmp/freeswitch_profiles.tmp");