Add call_timeout to extensions.

This commit is contained in:
Mark Crane
2013-04-02 07:36:28 +00:00
parent c2b6d8659e
commit f4bd3cef5c
3 changed files with 32 additions and 3 deletions

View File

@@ -235,7 +235,9 @@
$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";