aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch.inc
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-07-15 02:18:36 -0600
committermcrane <mctch@yahoo.com>2009-07-15 02:18:36 -0600
commit51be50dcbc1c6492a5de308dbb4dec9066336c04 (patch)
treec762b0cc522e8a7bc871bdfeedc2a76978b2da21 /config/freeswitch/freeswitch.inc
parentcee6220d29bdcc541b64cfb5fe411117b930e1ba (diff)
downloadpfsense-packages-51be50dcbc1c6492a5de308dbb4dec9066336c04.tar.gz
pfsense-packages-51be50dcbc1c6492a5de308dbb4dec9066336c04.tar.bz2
pfsense-packages-51be50dcbc1c6492a5de308dbb4dec9066336c04.zip
FreeSWITCH package huntgroup voicemail patch
Diffstat (limited to 'config/freeswitch/freeswitch.inc')
-rw-r--r--config/freeswitch/freeswitch.inc10
1 files changed, 5 insertions, 5 deletions
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/')) {