Change DND from loopback/*99[ext] to error/user_busy.
This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
--set the dial string
|
--set the dial string
|
||||||
if (enabled == "true") then
|
if (enabled == "true") then
|
||||||
local user = (number_alias and #number_alias > 0) and number_alias or extension;
|
local user = (number_alias and #number_alias > 0) and number_alias or extension;
|
||||||
dial_string = "loopback/*99"..user;
|
dial_string = "error/user_busy";
|
||||||
end
|
end
|
||||||
|
|
||||||
--set do not disturb
|
--set do not disturb
|
||||||
|
|||||||
Reference in New Issue
Block a user