From 51be50dcbc1c6492a5de308dbb4dec9066336c04 Mon Sep 17 00:00:00 2001 From: mcrane Date: Wed, 15 Jul 2009 02:18:36 -0600 Subject: FreeSWITCH package huntgroup voicemail patch --- config/freeswitch/freeswitch.inc | 10 +++++----- config/freeswitch/freeswitch.xml | 2 +- config/freeswitch_dev/freeswitch.inc | 10 +++++----- config/freeswitch_dev/freeswitch.xml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'config') diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc index 818fd12d..e67cf1a8 100644 --- a/config/freeswitch/freeswitch.inc +++ b/config/freeswitch/freeswitch.inc @@ -1305,9 +1305,9 @@ function sync_package_freeswitch_hunt_group() } if ($row['destinationtype'] == "voicemail") { $tmp .= " session.execute(\"voicemail\", \"default \${domain} ".$row['destinationnumber']."\");\n"; - $tmp_sub_array["application"] = "voicemail"; - $tmp_sub_array["data"] = "default \${domain} ".$row['destinationnumber']; - $tmp_array[$i] = $tmp_sub_array; + //$tmp_sub_array["application"] = "voicemail"; + //$tmp_sub_array["data"] = "default \${domain} ".$row['destinationnumber']; + //$tmp_array[$i] = $tmp_sub_array; unset($tmp_sub_array); } if ($row['destinationtype'] == "sip uri") { @@ -2722,7 +2722,7 @@ function freeswitch_php_install_command() global $config; //exec("/etc/./rc.conf_mount_rw"); - $freeswitch_package_version = "0.9.4.6"; + $freeswitch_package_version = "0.9.4.7"; $freeswitch_build_version = "1.0.4 pre 8"; $freeswitch_build_revision = "13784"; @@ -2751,7 +2751,7 @@ function freeswitch_php_install_command() //} //exec("cd /tmp/;fetch http://www.pfsense.com/packages/config/freeswitch/freeswitch.tgz"); //handled by freeswitch.xml - exec("cd /usr/local/;tar zxvf /tmp/freeswitch.tgz -C /usr/local/"); + exec("tar zxvf /tmp/freeswitch.tgz -C /usr/local/"); unlink_if_exists("/tmp/freeswitch.tgz"); if (!is_dir('/usr/local/freeswitch/storage/fax/')) { diff --git a/config/freeswitch/freeswitch.xml b/config/freeswitch/freeswitch.xml index 273d48ce..ed167a0c 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.9.4.6 + 0.9.4.7 FreeSWITCH: Settings /usr/local/pkg/freeswitch.inc diff --git a/config/freeswitch_dev/freeswitch.inc b/config/freeswitch_dev/freeswitch.inc index 511cf785..e67cf1a8 100644 --- a/config/freeswitch_dev/freeswitch.inc +++ b/config/freeswitch_dev/freeswitch.inc @@ -1305,9 +1305,9 @@ function sync_package_freeswitch_hunt_group() } if ($row['destinationtype'] == "voicemail") { $tmp .= " session.execute(\"voicemail\", \"default \${domain} ".$row['destinationnumber']."\");\n"; - $tmp_sub_array["application"] = "voicemail"; - $tmp_sub_array["data"] = "default \${domain} ".$row['destinationnumber']; - $tmp_array[$i] = $tmp_sub_array; + //$tmp_sub_array["application"] = "voicemail"; + //$tmp_sub_array["data"] = "default \${domain} ".$row['destinationnumber']; + //$tmp_array[$i] = $tmp_sub_array; unset($tmp_sub_array); } if ($row['destinationtype'] == "sip uri") { @@ -2720,9 +2720,9 @@ function sync_package_freeswitch() function freeswitch_php_install_command() { global $config; - exec("/etc/./rc.conf_mount_rw"); + //exec("/etc/./rc.conf_mount_rw"); - $freeswitch_package_version = "0.9.4.4"; + $freeswitch_package_version = "0.9.4.7"; $freeswitch_build_version = "1.0.4 pre 8"; $freeswitch_build_revision = "13784"; diff --git a/config/freeswitch_dev/freeswitch.xml b/config/freeswitch_dev/freeswitch.xml index 706d7c3c..ed167a0c 100644 --- a/config/freeswitch_dev/freeswitch.xml +++ b/config/freeswitch_dev/freeswitch.xml @@ -44,7 +44,7 @@ Describe your package requirements here Currently there are no FAQ items provided. FreeSWITCH Settings - 0.9.4.4 + 0.9.4.7 FreeSWITCH: Settings /usr/local/pkg/freeswitch.inc -- cgit v1.2.3