[asterisk-bugs] [Asterisk 0013652]: [patch] Asterisk IMAP headers are not processed correctly
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Oct 9 18:20:23 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13652
======================================================================
Reported By: jaroth
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13652
Category: Applications/app_voicemail/IMAP
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.6.0
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-10-09 08:45 CDT
Last Modified: 2008-10-09 18:20 CDT
======================================================================
Summary: [patch] Asterisk IMAP headers are not processed
correctly
Description:
There are a few minor glitches in the way that 1.6 copies IMAP voicemail
headers to the local .txt file before playing a message:
- The urgent flag is not extracted, so messages are not announced as
urgent ("first urgent message")
- The callerID name and number fields are extracted backwards, so
ast_callerid_parse() does not parse correctly. The callerID is not
announced because the callerID name is sent to ast_play_digit_str() instead
of the number.
======================================================================
----------------------------------------------------------------------
(0093436) svnbot (reporter) - 2008-10-09 18:20
http://bugs.digium.com/view.php?id=13652#c93436
----------------------------------------------------------------------
Repository: asterisk
Revision: 148144
U trunk/apps/app_voicemail.c
------------------------------------------------------------------------
r148144 | mmichelson | 2008-10-09 18:20:22 -0500 (Thu, 09 Oct 2008) | 10
lines
Read the callerid in the correct order and make sure to
read the Urgent flag value from the IMAP headers.
(closes issue http://bugs.digium.com/view.php?id=13652)
Reported by: jaroth
Patches:
imapheaders.patch uploaded by jaroth (license 50)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=148144
Issue History
Date Modified Username Field Change
======================================================================
2008-10-09 18:20 svnbot Checkin
2008-10-09 18:20 svnbot Note Added: 0093436
======================================================================
More information about the asterisk-bugs
mailing list