mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update extension.php
This commit is contained in:
@@ -382,6 +382,13 @@
|
|||||||
if (strlen($row['forward_no_answer_destination']) > 0) {
|
if (strlen($row['forward_no_answer_destination']) > 0) {
|
||||||
$xml .= " <variable name=\"forward_no_answer_destination\" value=\"" . $row['forward_no_answer_destination'] . "\"/>\n";
|
$xml .= " <variable name=\"forward_no_answer_destination\" value=\"" . $row['forward_no_answer_destination'] . "\"/>\n";
|
||||||
}
|
}
|
||||||
|
if (strlen($row['forward_user_not_registered_enabled']) > 0) {
|
||||||
|
$xml .= " <variable name=\"forward_user_not_registered_enabled\" value=\"" . $row['forward_user_not_registered_enabled'] . "\"/>\n";
|
||||||
|
}
|
||||||
|
if (strlen($row['forward_user_not_registered_destination']) > 0) {
|
||||||
|
$xml .= " <variable name=\"forward_user_not_registered_destination\" value=\"" . $row['forward_user_not_registered_destination'] . "\"/>\n";
|
||||||
|
}
|
||||||
|
|
||||||
if (strlen($row['do_not_disturb']) > 0) {
|
if (strlen($row['do_not_disturb']) > 0) {
|
||||||
$xml .= " <variable name=\"do_not_disturb\" value=\"" . $row['do_not_disturb'] . "\"/>\n";
|
$xml .= " <variable name=\"do_not_disturb\" value=\"" . $row['do_not_disturb'] . "\"/>\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user