Commit Graph

18941 Commits

Author SHA1 Message Date
FusionPBX
7c7112783c Automatically block multiple authentication failures 2022-04-25 22:52:20 -06:00
FusionPBX
a9cda2b364 Add a few more device profile permissions to users in the admin group. 2022-04-25 15:30:24 -06:00
FusionPBX
f57662d162 Allow users in the admin group to see the device profiles. 2022-04-25 15:23:48 -06:00
FusionPBX
399ae77d28 Assign device_key_line permission to the admin group by default. 2022-04-25 15:15:09 -06:00
FusionPBX
1ffc8408bd Adjust fax mail_to_address.
For email to fax use the sender email address. Otherwise use the notify email addresses listed on the fax server edit page.
2022-04-25 13:57:58 -06:00
FusionPBX
d61939e38a Only send notify if email address is not null (#6351)
* Only send notify if email address is not null

* Update fax_queue.php
2022-04-25 13:54:52 -06:00
FusionPBX
6138c2e138 Prevent running same row from email_queue more than once per row. 2022-04-25 13:16:39 -06:00
AlexC
d3fff20f90 Update app_languages.php (#6350) 2022-04-25 13:04:39 -06:00
AlexC
ecd99d90bd Add notify date column to Fax Queue (#6349)
* Add notify date column to Fax Queue

* Update app_languages.php

* Update fax_queue_edit.php

* Update app_languages.php
2022-04-25 10:25:04 -06:00
FusionPBX
c2e147e099 Format the fax retry date and time with the time zone. 2022-04-25 09:57:10 -06:00
FusionPBX
0536f6c1b5 Fix formatting for the date and time in seperate columns. 2022-04-25 09:47:42 -06:00
FusionPBX
f9e63c2a28 Change prefix from start_ changed to fax_. 2022-04-24 02:00:16 -06:00
FusionPBX
c735e7d439 Order items in the queue in descending order and add the time zone. 2022-04-24 01:55:47 -06:00
FusionPBX
5263bfbcd5 Order items in the queue in descending order and add the time zone. 2022-04-24 01:49:15 -06:00
FusionPBX
5967f8ac1a Prevent running the sub process more than once. 2022-04-24 01:24:18 -06:00
FusionPBX
e5a49f4d43 Update email_queue.php 2022-04-24 00:19:57 -06:00
FusionPBX
c48e61124d Update email_queue.php 2022-04-24 00:19:38 -06:00
FusionPBX
f3f27ba6a4 Update fax_queue.php 2022-04-24 00:19:07 -06:00
FusionPBX
9c6c5fead0 Update fax_queue.php 2022-04-24 00:18:36 -06:00
FusionPBX
37a0718d44 Send final tif and pdf to the sent box
Prevents having to save them to temp and then to sent box.
2022-04-23 19:37:49 -06:00
FusionPBX
742a648cb0 Make the paths more dynamic 2022-04-23 18:23:11 -06:00
FusionPBX
7a4b79a54e Make the path more dynamic for the email queue service 2022-04-23 18:21:37 -06:00
FusionPBX
7e5103f831 Make the path more dynamic for the fax queue service 2022-04-23 18:17:45 -06:00
FusionPBX
f3047f3f7f Make the paths more dynamic 2022-04-23 18:16:19 -06:00
FusionPBX
2253f2c17c Use a better way to exec which command 2022-04-23 17:59:56 -06:00
FusionPBX
5fd2ca9105 Use which command to find the path to the commands.
This fixes the FAX send notification PDF attachment.
2022-04-23 17:46:32 -06:00
FusionPBX
a84095ef30 Fix the email from address. 2022-04-23 15:27:29 -06:00
Ben
38d2adfae5 line keys and DND (#6348) 2022-04-23 11:03:09 -06:00
FusionPBX
0678c36b58 Update the fax status
Fax status may have reached retry limit and if so need to update the status to failed.
2022-04-22 19:47:09 -06:00
FusionPBX
d4a2777f3c Change path from job singular to jobs. 2022-04-22 13:11:43 -06:00
markjcrane
133c51bfcf Add the email_queue. 2022-04-22 13:00:38 -06:00
FusionPBX
f73f9b706f Move Session code to a better location in the file. 2022-04-21 22:15:45 -06:00
FusionPBX
9ab10fd1d4 Used to prevent a race condition for feature key Sync 2022-04-21 22:02:42 -06:00
FusionPBX
0e947a28a0 Update 490_do-not-disturb.xml
Remove the limit as it broke DND for multiple customers.
2022-04-21 21:58:10 -06:00
Ben
f79ffa7a2d Initial provisioning registration info (#6347) 2022-04-21 18:00:48 -06:00
FusionPBX
b5c70ce8ca Add confirm-queued and confirm-sent 2022-04-21 17:03:29 -06:00
FusionPBX
e07c37795f Update the FAX message 2022-04-21 17:02:39 -06:00
FusionPBX
5f462693dd Unset values for array and parameters. 2022-04-21 15:56:07 -06:00
FusionPBX
596ed957bf Add more debug info. 2022-04-21 15:36:39 -06:00
FusionPBX
4347c2ab5b Do not require accountcode for fax. 2022-04-21 14:57:20 -06:00
FusionPBX
b5c2cf5d16 Remove debug and a commented out include. 2022-04-21 13:33:00 -06:00
FusionPBX
534094de5e Change the fax queue interval to 30 seconds. 2022-04-21 11:29:22 -06:00
FusionPBX
8ab8426fc8 Create debian.service 2022-04-21 11:21:58 -06:00
FusionPBX
1922d0b7be FAX Queue option to run as a service. 2022-04-21 11:21:32 -06:00
FusionPBX
652f128f81 Adjust fax_success if not equal to 1 then set to trying. 2022-04-20 23:44:12 -06:00
FusionPBX
54623d8d3b Remove missing file it's causing a issue. 2022-04-20 23:23:30 -06:00
FusionPBX
48056196bc Add fax destination and update the caller ID. 2022-04-20 23:05:03 -06:00
FusionPBX
e32c9d1870 If fax file is missing set status to missing file. 2022-04-20 22:34:42 -06:00
FusionPBX
0c0f07d994 Update hangup_tx.lua 2022-04-20 21:58:01 -06:00
FusionPBX
e73af240f9 Add a missing single quote. 2022-04-20 21:27:00 -06:00