diff options
Diffstat (limited to 'config/freeswitch_dev/freeswitch.inc')
-rw-r--r-- | config/freeswitch_dev/freeswitch.inc | 10 |
1 files changed, 5 insertions, 5 deletions
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"; |