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 fd2c1d3fd0
commit 946012d023
1 changed files with 1 additions and 1 deletions

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