Send FAX when gateway fails try the next one

This commit is contained in:
FusionPBX
2023-09-28 12:41:12 -06:00
committed by GitHub
parent 7984ddeb64
commit c19899097d
2 changed files with 47 additions and 62 deletions
+6 -1
View File
@@ -197,7 +197,12 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_command';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['search_by'] = '1';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the fax command.';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Command used to send the fax.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'fax_response';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['search_by'] = '1';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Response recieved from sending the fax.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "insert_date";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'timestamptz';