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 |
FusionPBX
|
fb06a0a45f
|
Update fax_files.php
Minor changes to the select statement.
|
2022-04-20 20:44:01 -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 |
Antonio Fernandez
|
8a595b2b31
|
Updated the Outbound Proxy (#6345)
Updated the Outbound Proxy to specify the Primary or Secondary
|
2022-04-19 20:17:34 -06:00 |
Mendel
|
c3e361175e
|
Update app_config.php (#6346)
Added t23g firmware
|
2022-04-19 20:16:47 -06:00 |
FusionPBX
|
7511109c25
|
Fix a spelling mistake.
|
2022-04-19 16:41:50 -06:00 |
FusionPBX
|
72cfc0d418
|
Remove fax enqueue as it has been replaced by the new fax queue.
|
2022-04-19 00:53:07 -06:00 |
FusionPBX
|
c6a36cdf45
|
Fix the email attachments that are being sent through the email queue.
|
2022-04-19 00:48:04 -06:00 |
FusionPBX
|
4f5b832157
|
Use the email class object.
|
2022-04-18 12:13:43 -06:00 |
FusionPBX
|
72b9d4383e
|
Do a better job extracting information for the form and recipients.
|
2022-04-17 15:37:17 -06:00 |
FusionPBX
|
c8ef7c83c1
|
Update v_mailto.php
|
2022-04-17 15:35:37 -06:00 |
FusionPBX
|
1fc99311a5
|
Update fax_emails.php
Added spaces to the code to be more consistent.
|
2022-04-17 14:21:54 -06:00 |
FusionPBX
|
e80a04f1a5
|
Update email_logs.php
|
2022-04-17 14:16:29 -06:00 |
FusionPBX
|
8c84c9c837
|
Use the email class.
|
2022-04-17 08:30:08 -06:00 |
FusionPBX
|
1585a42256
|
Add parse method to the email class.
|
2022-04-16 22:57:03 -06:00 |
FusionPBX
|
652d135452
|
Setting fax_send_mode not used so removing it.
|
2022-04-16 11:20:28 -06:00 |
FusionPBX
|
2f32ebd357
|
Use setting fax_queue enabled boolean.
|
2022-04-16 11:17:59 -06:00 |
FusionPBX
|
633b69eb6d
|
Add fax_queue enabled boolean option.
|
2022-04-16 10:56:54 -06:00 |
FusionPBX
|
12c1f5994e
|
Uncomment line for send method direct.
|
2022-04-15 21:36:07 -06:00 |
FusionPBX
|
45f9d9aaa5
|
Rewrite the send_email function to use the email class.
|
2022-04-15 18:03:40 -06:00 |