FusionPBX
da181fc6f6
Improve multi-server cluster support.
2022-07-07 16:14:01 -06:00
FusionPBX
be841cd17a
Update fax_send.php
2022-06-28 11:06:19 -06:00
M. Skenderian
b3fc6e6857
removed duplicate code ( #6410 )
...
Co-authored-by: mskenderian <michael@wireprosolutions.com>
2022-06-16 10:04:28 -06:00
FusionPBX
f214547359
First attempt use the fax variables from settings
...
Also set fax_retry_attempts, and fax_retry_limit.
2022-06-14 23:09:54 -06:00
FusionPBX
44f07fa5db
Add missing single quotes
2022-06-14 20:42:17 -06:00
FusionPBX
c87ab41fff
Add FAX Queue with retry_interval ( #6398 )
...
* Update app_config.php
* Use the new retry interval.
* Add the new retry interval.
2022-05-26 14:33:19 -06:00
FusionPBX
1434d39cff
Change condition where the email address was not set.
...
- When the email address was not set then post process did not happen and the status was not updated to failed.
- Updated debug and file parameters for debugging.
2022-05-19 16:00:58 -06:00
FusionPBX
a2477f8dd5
Add domain_uuid the email object.
2022-05-19 10:44:54 -06:00
FusionPBX
b8a71eb59b
Remove the reset on the fax queue search.
2022-05-03 17:46:20 -06:00
FusionPBX
ba70234a96
Detect if FAX job still in progress.
...
Exit the code if the FAX job is still running.
2022-04-27 23:34:26 -06:00
FusionPBX
3fa9f29c86
Add origination_uuid to the fax_queue table.
2022-04-27 23:27:12 -06:00
FusionPBX
fb08a0ab61
Change fax_email_address from required to not required.
2022-04-27 23:17:00 -06:00
AlexC
a0ff692f30
Move Fax/Email Queue under Status in the Menu ( #6353 )
...
* Update app_menu.php
* Update app_menu.php
2022-04-26 13:43:08 -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
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
f9e63c2a28
Change prefix from start_ changed to fax_.
2022-04-24 02:00:16 -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
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
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
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
f73f9b706f
Move Session code to a better location in the file.
2022-04-21 22:15:45 -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
54623d8d3b
Remove missing file it's causing a issue.
2022-04-20 23:23:30 -06:00
FusionPBX
e32c9d1870
If fax file is missing set status to missing file.
2022-04-20 22:34:42 -06:00
FusionPBX
e73af240f9
Add a missing single quote.
2022-04-20 21:27:00 -06:00
FusionPBX
8c2e2b1f69
Add fax_queue.log and update fax_notify_sent and fax_notify_date.
2022-04-20 18:21:05 -06:00
FusionPBX
98e1ab49f5
Select rows from where fax_status = sent and fax_notify_date is null.
2022-04-20 18:19:19 -06:00
FusionPBX
9e6c26d194
Add fax notify sent and date
2022-04-20 18:16:46 -06:00
FusionPBX
7511109c25
Fix a spelling mistake.
2022-04-19 16:41:50 -06:00
FusionPBX
633b69eb6d
Add fax_queue enabled boolean option.
2022-04-16 10:56:54 -06:00
FusionPBX
a4c4b71232
Give admin the fax_queue_view permission by default.
2022-04-11 23:52:17 -06:00
FusionPBX
5cb5ba3f47
FAX Queue - Filter for specific domain by default with the option to show all.
2022-04-11 23:45:16 -06:00
FusionPBX
9e2fe6d19f
Use the path info to get details to define the email attachments.
2022-04-03 04:06:49 -06:00
FusionPBX
0b7622ad37
Get email_from and email_from_name from the default or domain settings. Add the number_dialed variable. Also added additional debug information.
2022-04-03 02:48:10 -06:00
FusionPBX
ec7af36ba1
Add fax email with templates and fax busy
2022-04-02 22:49:25 -06:00
FusionPBX
9b754bffb8
Change a variable name and hangup.lua to hangup_rx.lua.
2022-03-31 20:36:36 -06:00
markjcrane
35fa6a2a08
Add a new FAX Queue
2022-03-31 12:24:00 -06:00