Fax Server: Send faxes to multiple recipients at once, customizable 'Subject Tag' for Remote Inbox viewing, preparations for Email-to-Fax functionality.

This commit is contained in:
Nate Jones
2014-11-29 13:32:42 +00:00
parent 3ec3f8ca2e
commit c3f0a450c2
7 changed files with 870 additions and 668 deletions

View File

@@ -235,7 +235,19 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_email_connection_mailbox";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Mailbox folder to read.";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Mailbox folder to monitor.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_email_inbound_subject_tag";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Subject tag to detect inbound faxes.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_email_outbound_subject_tag";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Subject tag to detect outbound faxes.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_email_outbound_authorized_senders";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Authorized email-to-fax sender addresses.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_pin_number";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";