mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 11:13:50 +00:00
Change DND from loopback/*99[ext] to error/user_busy.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user