[Home]

Summary:ASTERISK-10178: Cannot forward voicemail with vmail.cgi when voicemail is configured by res_config_mysql
Reporter:Chris Vaughan (chrisvaughan)Labels:
Date Opened:2007-08-27 14:20:22Date Closed:2007-08-28 08:54:45
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Addons/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When trying to forward a voicemail using vmail.cgi, you get the message "Bah! Not a valid mailbox" and the voicemail is not forwarded.

This only happens when you are using res_config_mysql.



****** ADDITIONAL INFORMATION ******

The bug is in the "validmailbox" subroutine, specifically on line 245 of vmail.cgi

If someone will just change $category on that line to $context, it'll be fixed.
Comments:By: Digium Subversion (svnbot) 2007-08-28 08:54:07

Repository: asterisk
Revision: 81189

------------------------------------------------------------------------
r81189 | mmichelson | 2007-08-28 08:54:05 -0500 (Tue, 28 Aug 2007) | 5 lines

Fixes a forwarding problem when using res_config_mysql

(closes issue ASTERISK-10178, reported by chrisvaughan, patch suggested by chrisvaughan as well)


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

By: Digium Subversion (svnbot) 2007-08-28 08:54:45

Repository: asterisk
Revision: 81190

------------------------------------------------------------------------
r81190 | mmichelson | 2007-08-28 08:54:45 -0500 (Tue, 28 Aug 2007) | 13 lines

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

........
r81189 | mmichelson | 2007-08-28 09:12:14 -0500 (Tue, 28 Aug 2007) | 5 lines

Fixes a forwarding problem when using res_config_mysql

(closes issue ASTERISK-10178, reported by chrisvaughan, patch suggested by chrisvaughan as well)


........

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