[Home]

Summary:ASTERISK-25082: Asterisk deletes message after doing a playback of an INBOX message using ast_vm_play when the Old folder is full for that mailbox.
Reporter:Jonathan Rose (jrose)Labels:
Date Opened:2015-05-12 17:58:41Date Closed:2015-05-13 15:46:09
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:13.3.2 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:When doing playback of a message using ast_vm_play, if the old folder is full prior to playing an INBOX message then when the mailbox is being closed, Asterisk will delete the message. This is because only the lock failure error code is checked when determining whether or not to clear the message_read flag when we fail to move the message.

There is already a patch up for this on gerrit.
https://gerrit.asterisk.org/#/c/448/
Comments: