app_voicemail: Add option to prevent message deletion.

Adds an option to VoiceMailMain that prevents the user
from deleting messages during that application invocation.
This can be useful for public or shared mailboxes, where
some users should be able to listen to messages but not
delete them.

ASTERISK-30063 #close

Change-Id: Icdfb8423ae8d1fce65a056b603eb84a672e80a26
This commit is contained in:
Naveen Albert
2022-05-15 13:31:09 +00:00
committed by N A
parent b3671a55f0
commit efbcab8d65
2 changed files with 34 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
Subject: app_voicemail
The r option has been added, which prevents deletion
of messages from VoiceMailMain, which can be
useful for shared mailboxes.