[Home]

Summary:ASTERISK-11204: User is unable to leave a message for themself
Reporter:James McCoy (jamessan)Labels:
Date Opened:2008-01-10 15:09:02.000-0600Date Closed:2008-01-10 15:56:56.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) leave-message.diff
Description:Dialing into Comedian mail and using the "Leave Message" advanced option does not allow you to leave a message for the logged in mailbox.  This is because forward_message() is a little overzealous when checking for valid extensions and ignores the flag argument.  The attached patch fixes the issue.
Comments:By: Digium Subversion (svnbot) 2008-01-10 15:55:39.000-0600

Repository: asterisk
Revision: 97925

U   branches/1.4/apps/app_voicemail.c

------------------------------------------------------------------------
r97925 | mmichelson | 2008-01-10 15:55:37 -0600 (Thu, 10 Jan 2008) | 6 lines

Let us leave a voicemail for ourself if we have logged into VoiceMailMain and chosen
to leave a message.

(closes issue ASTERISK-11204, reported and patched by jamessan)


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=97925

By: Digium Subversion (svnbot) 2008-01-10 15:56:56.000-0600

Repository: asterisk
Revision: 97933

_U  trunk/
U   trunk/apps/app_voicemail.c

------------------------------------------------------------------------
r97933 | mmichelson | 2008-01-10 15:56:56 -0600 (Thu, 10 Jan 2008) | 14 lines

Merged revisions 97925 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r97925 | mmichelson | 2008-01-10 15:57:06 -0600 (Thu, 10 Jan 2008) | 6 lines

Let us leave a voicemail for ourself if we have logged into VoiceMailMain and chosen
to leave a message.

(closes issue ASTERISK-11204, reported and patched by jamessan)


........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=97933