mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
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:
@@ -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()';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user