Set fax result text to USER_BUSY
This commit is contained in:
parent
5c14e0b8cf
commit
2f37571b64
|
|
@ -169,6 +169,7 @@
|
||||||
if (hangup_cause_q850 == "17") then
|
if (hangup_cause_q850 == "17") then
|
||||||
fax_success = "0";
|
fax_success = "0";
|
||||||
fax_result_code = 2;
|
fax_result_code = 2;
|
||||||
|
fax_result_text = "USER_BUSY";
|
||||||
end
|
end
|
||||||
if (not fax_result_text) then
|
if (not fax_result_text) then
|
||||||
fax_result_text = "FS_NOT_SET";
|
fax_result_text = "FS_NOT_SET";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue