Preserve the fax_result_code
This commit is contained in:
parent
366577891f
commit
a1505ea945
|
|
@ -110,11 +110,9 @@
|
||||||
--we got a busy signal.... may want to check the sip_term_cause
|
--we got a busy signal.... may want to check the sip_term_cause
|
||||||
if (not fax_success) then
|
if (not fax_success) then
|
||||||
fax_success = "0";
|
fax_success = "0";
|
||||||
fax_result_code = 2;
|
|
||||||
end
|
end
|
||||||
if (hangup_cause_q850 == "17") then
|
if (hangup_cause_q850 == "17") then
|
||||||
fax_success = "0";
|
fax_success = "0";
|
||||||
fax_result_code = 2;
|
|
||||||
fax_result_text = "USER_BUSY";
|
fax_result_text = "USER_BUSY";
|
||||||
end
|
end
|
||||||
if (not fax_result_text) then
|
if (not fax_result_text) then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue