From 4e5739166700711a36ed03a90d2bf18dd4c57d1f Mon Sep 17 00:00:00 2001 From: mcrane Date: Tue, 12 May 2009 12:04:11 -0600 Subject: FreeSWITCH fix install of freeswitch_profiles.php --- config/freeswitch/freeswitch.inc | 4 ++-- config/freeswitch/freeswitch.xml | 2 +- pkg_config.7.xml | 2 +- 3 files changed, 4 insertions(+), 4 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"); diff --git a/config/freeswitch/freeswitch.xml b/config/freeswitch/freeswitch.xml index 2caa7a56..3ca8042f 100644 --- a/config/freeswitch/freeswitch.xml +++ b/config/freeswitch/freeswitch.xml @@ -44,7 +44,7 @@ Describe your package requirements here Currently there are no FAQ items provided. FreeSWITCH Settings - 0.8.5.4 + 0.8.6.1 FreeSWITCH: Settings /usr/local/pkg/freeswitch.inc diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 98fd4092..9a7f21b3 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -92,7 +92,7 @@ http://doc.pfsense.org/index.php/FreeSWITCH http://www.pfsense.com/packages/config/freeswitch/freeswitch.xml http://files.pfsense.org/packages/7/All/ - 0.8.5.4 + 0.8.6.1 Beta 1.2.1 markjcrane@gmail.com -- cgit v1.2.3