]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Adds manager actions to allow move/remove/forward individual messages
authorMike Bradeen <mbradeen@sangoma.com>
Thu, 29 Jun 2023 18:20:53 +0000 (12:20 -0600)
committerMike Bradeen <mbradeen@sangoma.com>
Wed, 12 Jul 2023 17:37:26 +0000 (17:37 +0000)
commitb8db3dda7eb99253544f45a13ebaf016e4862ced
tree2b57d85a3f8ebd677a3e279925c96a589465d632
parent9b5c29d9435155e2c1a1a21158c3b38eb19ee52b
Adds manager actions to allow move/remove/forward individual messages
in a particular mailbox folder. The forward command can be used
to copy a message within a mailbox or to another mailbox. Also adds
a VoicemailBoxSummarry, required to retrieve message ID's.

Resolves: #181

UserNote: The following manager actions have been added

VoicemailBoxSummary - Generate message list for a given mailbox

VoicemailRemove - Remove a message from a mailbox folder

VoicemailMove - Move a message from one folder to another within a mailbox

VoicemailForward - Copy a message from one folder in one mailbox
to another folder in another or the same mailbox.
apps/app_voicemail.c