mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
[xml handler] Fix error channel (#6167)
using !USER_BUSY gives an error `Could not locate channel type !USER_BUSY`
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user