[Home]

Summary:ASTERISK-07620: [patch] When forwarding voicemail, app_voicemail ignores the delete option.
Reporter:Aaron Daniel (adaniel)Labels:
Date Opened:2006-08-29 09:27:04Date Closed:2006-09-25 17:10:12
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20060829__bug7824.diff.txt
Description:It seems the forward_message function in app_voicemail does a lot of the notification and storage on it's own, without using pre-built functions in app_voicemail (i.e. notify_new_message for one).  This has the side effect that it doesn't automatically delete messages if a user has the option set on their mailbox (among other things).  I'm not really sure how to tackle this straight on, otherwise I'd have a patch up for ya'll, let me know if there's any more info you need from me.
Comments:By: Tilghman Lesher (tilghman) 2006-08-29 11:21:13

This patch should fix it, and it should also fix another problem as well:  when forwarding messages, the forward code ignores that a mailbox is full and just blindly appends to the end.

By: Tilghman Lesher (tilghman) 2006-09-05 15:51:22

Please test this patch and ensure that it fixes your issue.

By: Aaron Daniel (adaniel) 2006-09-24 00:45:41

Sorry about the delay, I've got it compiled and installed and will run on it for about a day and update when I get more info on it.

By: Serge Vecher (serge-v) 2006-09-25 08:44:19

gareth: please do try the patch here and report on the results -> thanks!

By: Anthony LaMantia (alamantia) 2006-09-25 10:23:17

i have made a public testing branch for this patch. it is based on the 1.2 release of asterisk as this bug report is for 1.2

http://svn.digium.com/view/asterisk/team/anthonyl/7824-patch/

bug 0008008 refrences this problem with 1.4beta2 this patch wont apply, i'm not positive as of yet if this issue is still effecting the latest 1.4 beta, and would like feedback from anyone if this is the case.

By: Tilghman Lesher (tilghman) 2006-09-25 17:10:12

Fixed in 1.2, 1.4, trunk.