[asterisk-bugs] [Asterisk 0012090]: [patch] [sound] Ability to enforce voicemail minimum password lengths

noreply at bugs.digium.com noreply at bugs.digium.com
Sun Apr 27 11:51:32 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=12090 
====================================================================== 
Reported By:                jaroth
Assigned To:                Corydon76
====================================================================== 
Project:                    Asterisk
Issue ID:                   12090
Category:                   Applications/NewFeature
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     assigned
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 104026 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             02-27-2008 13:08 CST
Last Modified:              04-27-2008 11:51 CDT
====================================================================== 
Summary:                    [patch] [sound] Ability to enforce voicemail minimum
password lengths
Description: 
This patch adds a configuration keyword "minpassword" to the voicemail.conf
file.  The default is 3 characters, DEFINE'd in the beginning of
app_voicemail.c.

When a user sets or changes their password via the phone, this minimum
will be checked.  If it does not meet minimum requirements, the recording
"vm-invalid-password" will be played.  That recording will need to be
created, as I just used a dummy one for testing.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0012095 [patch] Ability to execute external app...
====================================================================== 

---------------------------------------------------------------------- 
 mvanbaak - 04-27-08 11:51  
---------------------------------------------------------------------- 
How about this?
This combines the work of both of you.
The check for minimum password length is still done in app_voicemail.c
itself. If the external check command is set, that will be done on top of
the length check.

This way the most basic stuff (check minimum length) can be done by users
that dont want/cant write a script to do the checking while it leaves room
for users that want to script intelligent password policies. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
04-27-08 11:51  mvanbaak       Note Added: 0086070                          
======================================================================




More information about the asterisk-bugs mailing list