mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
* 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 default setting "use_deletion_queue" in the "voicemail" category. Changed deleted phrase and add 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 login. With this method the deletion queue is handled per mailbox vs system wide as in the cron triggered script. It also allows to adjust the retention hours on a per domain basis. * Fix bug in remove_deleted_messages SQL that caused it too fail. * Update app_config.php * Update remove_deleted_messages.lua * Fix a bug that hangs the call on vm login if there is a deleted message to remove.