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