[asterisk-bugs] [Asterisk 0015055]: [patch] Voicemail password changes not working as expected

Asterisk Bug Tracker noreply at bugs.digium.com
Thu May 7 23:26:24 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=15055 
====================================================================== 
Reported By:                jthurman
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   15055
Category:                   Applications/app_voicemail
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.1.0 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-05-07 17:19 CDT
Last Modified:              2009-05-07 23:26 CDT
====================================================================== 
Summary:                    [patch] Voicemail password changes not working as
expected
Description: 
When a user is forced to change their voicemail password and they fail to
choose a password that is valid (either length, or external check script)
more than 'maxlogins' times, then they are asked to try again and voicemail
hangs up.

Also if you use the menu option to change your password and you enter an
invalid password, it drops you back to the mailbox options menu instead of
asking you for your new password again.  If you change your mind about
changing your password, you should be able to hit * to return to the
mailbox options menu.
====================================================================== 

---------------------------------------------------------------------- 
 (0104427) jthurman (reporter) - 2009-05-07 23:26
 http://bugs.digium.com/view.php?id=15055#c104427 
---------------------------------------------------------------------- 
I found the line that caused this issue.  There was a specific limit of 3
retries in the code.  This just happened to be what my 'maxlogins' was set
to.  If that code is removed, the only way out was to hang up.  As a
alternative, I added a * command disconnect gracefully. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-05-07 23:26 jthurman       Note Added: 0104427                          
======================================================================




More information about the asterisk-bugs mailing list