Remove ignore_early_media variable for the hunt group it caused calls to fail for external calls.
This commit is contained in:
parent
eb9006bd10
commit
862e368565
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue