Set fax result text to USER_BUSY
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user