[Home]

Summary:ASTERISK-00809: [design request] voicemail directory listing
Reporter:ww (ww)Labels:
Date Opened:2004-01-12 13:53:40.000-0600Date Closed:2011-06-07 14:04:40
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:to get a list of messages in the directory,
we should use readdir() rather than iterating
through message numbers. such iteration causes
messages to be missed if messages in the middle
of the list have been deleted.

might also, in the readdir() loop, calculate the
total amount of disk space used, using fstat()
Comments:By: Brian West (bkw918) 2004-04-17 23:04:27

We are aware of this.  It only happens when something other than the voicemail app accesses the mailbox and doesn't cleanup correctly.

Thanks,
house keeping.