diff options
author | mcrane <mctch@yahoo.com> | 2009-07-26 04:53:45 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-07-26 04:53:45 -0600 |
commit | 1455eefac195459d3450a8c10beaace8202a6b56 (patch) | |
tree | 46094859bfec2ba04c66475eb0aa4c8a7aace20f /config/freeswitch_dev/freeswitch.inc | |
parent | a9a4c5a6998bbcb317cc6f90a95284f7198369ab (diff) | |
download | pfsense-packages-1455eefac195459d3450a8c10beaace8202a6b56.tar.gz pfsense-packages-1455eefac195459d3450a8c10beaace8202a6b56.tar.bz2 pfsense-packages-1455eefac195459d3450a8c10beaace8202a6b56.zip |
FreeSWITCH package remove gzhandler seems to make the install fail.
Diffstat (limited to 'config/freeswitch_dev/freeswitch.inc')
-rw-r--r-- | config/freeswitch_dev/freeswitch.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freeswitch_dev/freeswitch.inc b/config/freeswitch_dev/freeswitch.inc index 26305978..a5e1296a 100644 --- a/config/freeswitch_dev/freeswitch.inc +++ b/config/freeswitch_dev/freeswitch.inc @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. */ -ob_start("ob_gzhandler"); +//ob_start("ob_gzhandler"); function build_menu() { @@ -2969,7 +2969,7 @@ function freeswitch_php_install_command() global $config; //exec("/etc/./rc.conf_mount_rw"); - $freeswitch_package_version = "0.9.5.2"; + $freeswitch_package_version = "0.9.5.3"; $freeswitch_build_version = "1.0.4 pre 8"; $freeswitch_build_revision = "13784"; |