Add call_timout to the extension xml files.

This commit is contained in:
Mark Crane 2015-05-05 07:45:05 +00:00
parent 497296c8a1
commit 736e4591f0
1 changed files with 3 additions and 0 deletions

View File

@ -304,6 +304,9 @@
$xml .= " <variable name=\"hold_music\" value=\"" . $row['hold_music'] . "\"/>\n";
}
$xml .= " <variable name=\"toll_allow\" value=\"" . $row['toll_allow'] . "\"/>\n";
if (strlen($row['call_timeout']) > 0) {
$xml .= " <variable name=\"call_timeout\" value=\"" . $row['call_timeout'] . "\"/>\n";
}
if (strlen($switch_account_code) > 0) {
$xml .= " <variable name=\"accountcode\" value=\"" . $switch_account_code . "\"/>\n";
}