[asterisk-bugs] [Asterisk 0014949]: Can't delete temporary greeting when using IMAP storage

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Apr 22 12:43:16 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=14949 
====================================================================== 
Reported By:                noahisaac
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   14949
Category:                   Applications/app_voicemail/IMAP
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.2.0-beta1 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.2 
SVN Revision (number only!): 189816 
Request Review:              
====================================================================== 
Date Submitted:             2009-04-22 10:33 CDT
Last Modified:              2009-04-22 12:43 CDT
====================================================================== 
Summary:                    Can't delete temporary greeting when using IMAP
storage
Description: 
When using IMAP storage for voicemail, temporary greetings can't be erased.
 
====================================================================== 

---------------------------------------------------------------------- 
 (0103639) noahisaac (reporter) - 2009-04-22 12:43
 http://bugs.digium.com/view.php?id=14949#c103639 
---------------------------------------------------------------------- 
vm_delete() works in this case, but I guess it wouldn't work if using IMAP
greetings or ODBC storage.

I think there needs to be a separate function for deleting greetings. I've
gotta figure out what the arguments should be to cover all the bases, but
it would check to see what type of storage is being used.  If it's ODBC,
call delete_file(); if IMAP storage with IMAP greetings, call
vm_imap_delete(); if IMAP with file greetings, call ast_filedelete()
directly. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-04-22 12:43 noahisaac      Note Added: 0103639                          
======================================================================




More information about the asterisk-bugs mailing list