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

noreply at bugs.digium.com noreply at bugs.digium.com
Fri Feb 29 14:03:10 CST 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/app_voicemail
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:              02-29-2008 14:03 CST
====================================================================== 
Summary:                    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...
====================================================================== 

---------------------------------------------------------------------- 
 jaroth - 02-29-08 14:03  
---------------------------------------------------------------------- 
There is probably value in both approaches.  This one (12090) does a simple
string compare, so it has very little compute overhead compared to a
fork/exec of another script that must then do the evaluation.  The script's
benefit is that it puts validation into the hands of the administrator, not
the developer. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
02-29-08 14:03  jaroth         Note Added: 0083165                          
======================================================================




More information about the asterisk-bugs mailing list