Remove call_timeout from the extension xml will put it in a better location.
This commit is contained in:
parent
d3be2536ef
commit
fad50e5384
|
|
@ -235,9 +235,6 @@
|
|||
$xml .= " <variable name=\"proxy_media\" value=\"true\"/>\n";
|
||||
break;
|
||||
}
|
||||
if (strlen($row['call_timeout']) > 0) {
|
||||
$xml .= " <variable name=\"call_timeout\" value=\"" . $row['call_timeout'] . "\"/>\n";
|
||||
}
|
||||
$xml .= " </variables>\n";
|
||||
$xml .= " </user>\n";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue