Add user_record variable to the extension/user XML.

This commit is contained in:
Mark Crane
2014-04-03 17:35:18 +00:00
parent 7cf7ca98dc
commit 989c8943cb

View File

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