From 5c14e0b8cf26a3ffafd178fd406dee16b005462f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 28 Mar 2023 12:11:34 -0600 Subject: [PATCH] Update result text to USER_BUSY --- app/scripts/resources/scripts/fax_retry.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/app/scripts/resources/scripts/fax_retry.lua b/app/scripts/resources/scripts/fax_retry.lua index 4f1644e320..c47d91d085 100644 --- a/app/scripts/resources/scripts/fax_retry.lua +++ b/app/scripts/resources/scripts/fax_retry.lua @@ -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";