FusionPBX
907c2d332c
Remove the reset on the email queue search. Don't think its needed for a single item html form.
2022-05-03 17:35:01 -06:00
FusionPBX
d9c3779c47
Update call_center_queue_edit.php
2022-05-03 16:00:24 -06:00
FusionPBX
bfa5492e21
Allow an empty destination so that values can be nulled.
2022-05-03 09:46:26 -06:00
FusionPBX
94bc7d9f99
Add distinctive ring to inbound destinations ( #6357 )
...
* Add distinctive ring to inbound destinations
* Update destination_edit.php
2022-05-02 18:11:56 -06:00
FusionPBX
be5f1e47f6
Add new permissions destination_hold_music and destination_distinctive_ring. Add new field destination_distinctive_ring to to the destinations table.
2022-05-02 16:54:31 -06:00
FusionPBX
ee84131443
Fix the yealink_ring_file to match the correct number.
2022-05-02 16:19:27 -06:00
FusionPBX
791d0046c0
Add an option to the select Greeting: none ( #6356 )
...
* Update play_greeting.lua
* Update voicemail_edit.php
2022-05-02 12:09:20 -06:00
FusionPBX
eee7786529
Remove some code redundancy.
2022-05-02 08:27:15 -06:00
FusionPBX
16b8d5e172
Update extension_edit.php
2022-05-02 08:17:53 -06:00
Joseph
f080a39053
Fix voicemail transcriptions not being pushed ( #6339 )
...
* Fix voicemail transcriptions not being pushed
When creating a new extension, under the Voicemail tab, Transcribe is empty. This was causing users to not receive VM transcriptions. Adding the above code will push transcribe = true or false (depending on the value in default settings) after creating a new extension.
2022-05-02 08:06:21 -06:00
FusionPBX
bac66f75ac
Update 480_operator.xml ( #6355 )
...
* Update 480_operator.xml
* Define operator to be used in the operator dialplan.
2022-04-29 15:59:18 -06:00
FusionPBX
06e0e48476
Calculate the time zone for the device list.
2022-04-29 15:45:02 -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
FusionPBX
d4360ce7fb
Default voicemail smtp_from and smtp_from_name to enabled false.
2022-04-27 22:04:49 -06:00
FusionPBX
942212b549
Default fax smtp_from and smtp_from_name to enabled false.
2022-04-27 22:03:42 -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
0d69aedcbd
Add a description to the http_auth_type default setting.
2022-04-26 13:30:08 -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
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