[xml handler] Fix error channel (#6167)
using !USER_BUSY gives an error `Could not locate channel type !USER_BUSY`
This commit is contained in:
parent
a61cfa4020
commit
c94a7f5081
|
|
@ -384,7 +384,7 @@ continue = true;
|
|||
|
||||
--set the dial_string
|
||||
if (do_not_disturb == "true") then
|
||||
dial_string = "!USER_BUSY";
|
||||
dial_string = "error/user_busy";
|
||||
elseif (string.len(row.dial_string) > 0) then
|
||||
dial_string = row.dial_string;
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue