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