Update result text to USER_BUSY

This commit is contained in:
FusionPBX
2023-03-28 12:11:34 -06:00
committed by GitHub
parent 1eece9111d
commit 5c14e0b8cf

View File

@@ -115,6 +115,7 @@
if (hangup_cause_q850 == "17") then
fax_success = "0";
fax_result_code = 2;
fax_result_text = "USER_BUSY";
end
if (not fax_result_text) then
fax_result_text = "FS_NOT_SET";