Change DND from loopback/*99[ext] to error/user_busy.
This commit is contained in:
parent
bde805bd4c
commit
0bf97e79bd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue