Update the fax status

Fax status may have reached retry limit and if so need to update the status to failed.
This commit is contained in:
FusionPBX
2022-04-22 19:47:09 -06:00
committed by GitHub
parent d4a2777f3c
commit 0678c36b58

View File

@@ -447,6 +447,7 @@
//update the database to say status to trying and set the command
$array['fax_queue'][0]['fax_queue_uuid'] = $fax_queue_uuid;
$array['fax_queue'][0]['domain_uuid'] = $domain_uuid;
$array['fax_queue'][0]['fax_status'] = $fax_status;
$array['fax_queue'][0]['fax_notify_sent'] = true;
$array['fax_queue'][0]['fax_notify_date'] = 'now()';