[asterisk-bugs] [Asterisk 0011152]: Over quota errors ignored

noreply at bugs.digium.com noreply at bugs.digium.com
Wed Nov 7 17:16:28 CST 2007


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=11152 
====================================================================== 
Reported By:                selsky
Assigned To:                putnopvut
====================================================================== 
Project:                    Asterisk
Issue ID:                   11152
Category:                   Applications/app_voicemail
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:            SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             11-02-2007 13:59 CDT
Last Modified:              11-07-2007 17:16 CST
====================================================================== 
Summary:                    Over quota errors ignored
Description: 
My IMAP server says that my voicemail folder is over quota when Asterisk
tries to append the new message, but the quota error is ignored and the
caller is not told that the voicemail was not saved in the mailbox.

Asterisk logs:

[Nov  2 14:46:24] ERROR[25200] app_voicemail.c: IMAP Error: Over quota
[Nov  2 14:46:24] ERROR[25200] app_voicemail.c: Error while sending the
message to
{imaphost:993/imap/authuser=asterisk/notls/ssl/user=selsky}voicemail

Cyrus telemetry logs:

>1194028385>0000000d NO Over quota
>1194028969>0000001c NO Over quota

Asterisk is trying to append the message to the folder twice, but it fails
both times.  This failure is never reported back to the caller with an
over-quota message.
====================================================================== 

---------------------------------------------------------------------- 
 selsky - 11-07-07 17:16  
---------------------------------------------------------------------- 
Why aren't we just checking the server response after the APPEND?  With the
patch, we now do a GETQUOTAROOT, but the error from that seems to be
ignored.

<1194471780<0000000b GETQUOTAROOT "{imaphost:993/...}voicemail"
>1194471780>0000000b NO Mailbox does not exist 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-07-07 17:16  selsky         Note Added: 0073335                          
======================================================================




More information about the asterisk-bugs mailing list