[asterisk-bugs] [Asterisk 0018998]: Voicemail doesn't read/delete messages in one case
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Mar 19 05:57:47 CDT 2011
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=18998
======================================================================
Reported By: tootai
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18998
Category: Applications/app_voicemail
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: 1.4.40
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2011-03-19 05:57 CDT
Last Modified: 2011-03-19 05:57 CDT
======================================================================
Summary: Voicemail doesn't read/delete messages in one case
Description:
When listening the voicemailbox and new callers live message something goes
wrong: after the user has read and deleted all messages, the last one is
not destroyed and the new incoming recorded messages are lost.
Below the relevant logs of an user reading his mailbox with 16 messages
waiting (https://issues.asterisk.org/view.php?id=0 to
https://issues.asterisk.org/view.php?id=15). During his reading, a new message
was left while
reading message https://issues.asterisk.org/view.php?id=5. All 16 messages where
destroyed, voicemailbox should
and has one message, number https://issues.asterisk.org/view.php?id=16. But when
calling Voicemailmain, I get:
[2011-03-19 11:15:28] NOTICE[28981] app_voicemail.c: Resequencing Mailbox:
/var/spool/asterisk/voicemail/default/100/INBOX, expected 0 but found 1
message(s) in box with max threshold of 100.
app_voicemail.c:5917 play_message: No message attribute file?!!
(/var/spool/asterisk/voicemail/default/100/INBOX/msg0000.txt)
dh at chacomx:/var/spool/asterisk/voicemail/default/100/INBOX$ ls -al
total 532
drwxr-xr-x 2 root root 4096 2011-03-19 11:15 .
drwxr-xr-x 8 root root 4096 2011-03-19 11:14 ..
-rwxr-xr-x 1 root root 45144 2011-03-18 22:00 msg0016.gsm
-rw-r--r-- 1 root root 264 2011-03-18 22:00 msg0016.txt
-rwxr-xr-x 1 root root 437804 2011-03-18 22:00 msg0016.wav
-rwxr-xr-x 1 root root 44520 2011-03-18 22:00 msg0016.WAV
So Asterisk is looking for msg0000 but found msg0016. There is no
possibility to treat this message, only rename the file as msg0000.* give
the possibility to listen and delete it.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-03-19 05:57 tootai New Issue
2011-03-19 05:57 tootai Asterisk Version => 1.4.40
2011-03-19 05:57 tootai Regression => No
2011-03-19 05:57 tootai SVN Branch (only for SVN checkouts, not tarball
releases) => N/A
======================================================================
More information about the asterisk-bugs
mailing list