From a1505ea94526c5cb430b93f169fb777185d22827 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 28 Mar 2023 12:23:05 -0600 Subject: [PATCH] Preserve the fax_result_code --- app/scripts/resources/scripts/fax_retry.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/scripts/resources/scripts/fax_retry.lua b/app/scripts/resources/scripts/fax_retry.lua index c47d91d085..59eef94aec 100644 --- a/app/scripts/resources/scripts/fax_retry.lua +++ b/app/scripts/resources/scripts/fax_retry.lua @@ -110,11 +110,9 @@ --we got a busy signal.... may want to check the sip_term_cause if (not fax_success) then fax_success = "0"; - fax_result_code = 2; end 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