Change DND from loopback/*99[ext] to error/user_busy.

This commit is contained in:
markjcrane 2015-09-08 14:38:46 -06:00
parent bde805bd4c
commit 0bf97e79bd
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
--set the dial string
if (enabled == "true") then
local user = (number_alias and #number_alias > 0) and number_alias or extension;
dial_string = "loopback/*99"..user;
dial_string = "error/user_busy";
end
--set do not disturb