[asterisk-bugs] [Asterisk 0017306]: Sequencing numbers of IMAP email messages is incorrect
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri May 7 10:28:00 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17306
======================================================================
Reported By: uxbod
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17306
Category: Applications/app_voicemail/IMAP
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.6.2.6
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-05-07 08:28 CDT
Last Modified: 2010-05-07 10:28 CDT
======================================================================
Summary: Sequencing numbers of IMAP email messages is
incorrect
Description:
Left six voicemails which were all successfully delivered to the IMAP
server. On checking them the sequence numbers were not sequential. Screen
shot attached.
======================================================================
----------------------------------------------------------------------
(0121547) uxbod (reporter) - 2010-05-07 10:28
https://issues.asterisk.org/view.php?id=17306#c121547
----------------------------------------------------------------------
What I see in the VMs stored, from the headers and MIME details, are the
following:
VoiceMail Number 1
------------------
X-Asterisk-VM-Message-Num: 1
Content-Type: audio/x-WAV; name="msg0000.WAV"
VoiceMail Number 2
------------------
X-Asterisk-VM-Message-Num: 3
Content-Type: audio/x-WAV; name="msg0002.WAV"
And when you delete the messages the first one goes fine, but when it
looks for message number 2 it never finds it as it has been stored as
number 3. It is though msgnum in app_voicemail.c is being incremented in
the wrong place or a search is being performed twice before the IMAP
message is stored.
Issue History
Date Modified Username Field Change
======================================================================
2010-05-07 10:28 uxbod Note Added: 0121547
======================================================================
More information about the asterisk-bugs
mailing list