mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix DND use error/user_busy instead of loopback/*99[extension]
This commit is contained in:
@@ -96,7 +96,7 @@ include "root.php";
|
||||
|
||||
//set the dial string
|
||||
if ($this->enabled == "true") {
|
||||
$this->dial_string = "loopback/*99".$this->extension;
|
||||
$this->dial_string = "error/user_busy";
|
||||
}
|
||||
else {
|
||||
$this->dial_string = '';
|
||||
|
||||
Reference in New Issue
Block a user