Remove call_timeout from the extension xml will put it in a better location.

This commit is contained in:
Mark Crane
2013-04-05 23:22:04 +00:00
parent d3be2536ef
commit fad50e5384

View File

@@ -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";