From 862e36856571d5b39775e008bdbc01757d054be0 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 9 Feb 2013 02:24:39 +0000 Subject: [PATCH] Remove ignore_early_media variable for the hunt group it caused calls to fail for external calls. --- includes/lib_switch.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/lib_switch.php b/includes/lib_switch.php index c6cece77eb..a8fc82e46b 100644 --- a/includes/lib_switch.php +++ b/includes/lib_switch.php @@ -2673,7 +2673,6 @@ function save_hunt_group_xml() { if ($row['hunt_group_timeout'] > 0) { //$tmp .= "session:setVariable(\"call_timeout\", \"".$row['hunt_group_timeout']."\");\n"; $tmp .= "session:setVariable(\"continue_on_fail\", \"true\");\n"; - $tmp .= "session:setVariable(\"ignore_early_media\", \"true\");\n"; } $tmp .= "session:setVariable(\"hangup_after_bridge\", \"true\");\n"; $tmp .= "\n";