fusionpbx/app/voicemails
simplecoder732 77f9161408
Add a voicemail deletion queue (#7221)
* Add a deleted messages option to voicemail.
Messages are only deleted after a certain amount of time instead of immediately.
The queue can be turned off or on with the default setting "use_deletion_queue" in the "voicemail" category.
Changed deleted phrase and added a deleted messages count phrase
Added a program to delete messages that are due for deletion. Also small changes to phrases.

* Added a remove_deleted_messages function that runs on voicemail main menu log in. With this method, the deletion queue is handled per mailbox vs system-wide as in the cron-triggered script. It also allows us to adjust the retention hours on a per-domain basis.
2025-01-28 16:57:50 -07:00
..
resources Fix number text and background color not applying (#7235) 2025-01-28 16:39:35 -07:00
app_config.php Add a voicemail deletion queue (#7221) 2025-01-28 16:57:50 -07:00
app_defaults.php More efficient use of the database object 2024-09-23 19:19:19 -06:00
app_languages.php Corrections in Georgian translation (#7113) 2024-08-31 10:02:51 -06:00
app_menu.php Localization: Add full support for Georgian language (#7110) 2024-08-28 09:59:02 -06:00
voicemail_edit.php Voicemail - Edit: Change boolean select elements to toggle switches. 2025-01-09 23:04:03 -07:00
voicemail_export.php Added content card to applications (#7121) 2024-09-05 17:10:04 -06:00
voicemail_imports.php Added content card to applications (#7121) 2024-09-05 17:10:04 -06:00
voicemail_message_toggle.php Use magic constant dir (#6711) 2023-06-15 11:28:23 -06:00
voicemail_messages.php Use boolean in conditional statement 2024-10-24 14:37:26 -06:00
voicemail_name.php Voicemail: File to playback Recorded Name. 2024-02-02 00:36:36 +00:00
voicemails.php update voicemails to use settings object where possible (#7212) 2025-01-16 12:49:00 -07:00
waveform.php Voicemail Messages - Restore non-Base64 message audio waveform generation. 2024-04-22 15:33:55 -06:00