Fix DND use error/user_busy instead of loopback/*99[extension]

This commit is contained in:
markjcrane
2015-09-08 14:12:01 -06:00
parent f9a7759a9f
commit bde805bd4c

View File

@@ -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 = '';