[xml handler] Fix error channel (#6167)

using !USER_BUSY gives an error `Could not locate channel type !USER_BUSY`
This commit is contained in:
agree 2021-12-02 19:42:23 -05:00 committed by GitHub
parent a61cfa4020
commit c94a7f5081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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