[Home]

Summary:ASTERISK-11534: [patch] Ability to execute external application to verify voicemail password
Reporter:Joel Vandal (jvandal)Labels:
Date Opened:2008-02-27 18:35:42.000-0600Date Closed:2008-05-09 12:25:30
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) externconfirm.patch
( 1) externconfirm-trunk.patch
( 2) sample.phps
Description:This patch add the ability to execute external script to verify/enforce voicemail password policies, like minimum password lengths, trivial password (ex. 1111, 1234)


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

The external application must return the string "VALID" (without quote) in order to accept the entered password.

If the password is valid, we set channel variable VMSTATUS to SUCCESS, else set to FAILED.
Comments:By: Joel Vandal (jvandal) 2008-02-27 18:37:25.000-0600

Uploaded patch for both SVN trunk and branches/1.4

By: Joel Vandal (jvandal) 2008-02-27 18:48:24.000-0600

I've also attach a sample PHP script that allow to verify password policy.

By: Michiel van Baak (mvanbaak) 2008-04-27 11:52:26

I uploaded a patch to 12090 that includes this functionality.
Thank you.

By: Tilghman Lesher (tilghman) 2008-05-09 12:25:30

Bug ASTERISK-11530 has been committed, which includes this patch.