[Asterisk-bugs] [Asterisk 0010138]: Incorrect destination mailbox when forwarding message with IMAP storage
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Jul 10 11:41:24 CDT 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=10138
======================================================================
Reported By: jaroth
Assigned To: putnopvut
======================================================================
Project: Asterisk
Issue ID: 10138
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!): 73758
Disclaimer on File?: Yes
Request Review:
======================================================================
Date Submitted: 07-06-2007 13:57 CDT
Last Modified: 07-10-2007 11:41 CDT
======================================================================
Summary: Incorrect destination mailbox when forwarding
message with IMAP storage
Description:
When forwarding a message from one mailbox to another in forward_message,
the actual STORE method is sent a pointer to the SENDER's vm_state, not the
RECEIVER's vm_state. This patch retrieves a vm_state for the receiver's
mailbox and sends that one instead.
This patch also calls extern_notify on the receiver's mailbox, which was
previously missing. Let me know if that should be a separate patch.
======================================================================
----------------------------------------------------------------------
putnopvut - 07-10-07 11:41
----------------------------------------------------------------------
Giving this a scan, I noticed that you have a function call for
get_vm_state_by_user. This function doesn't exist in the Asterisk trunk. Is
this a function you've written locally?
Issue History
Date Modified Username Field Change
======================================================================
07-10-07 11:41 putnopvut Note Added: 0067077
======================================================================
More information about the Asterisk-bugs
mailing list