Fix DND use error/user_busy instead of loopback/*99[extension]
This commit is contained in:
parent
fd2c1d3fd0
commit
946012d023
|
|
@ -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 = '';
|
||||
|
|
|
|||
Loading…
Reference in New Issue