[asterisk-users] Authenticate() 11.21.0

Doug Lytle support at drdos.info
Wed Feb 10 08:52:02 CST 2016


>>>  On Feb 10, 2016, at 9:20 AM, Jerry Geis geisj at pagestation.com wrote:

>>> or is there another version of Authenticate() that I'm not aware of or another way to prompt for a password? 

As Steve said, use read.  This is a snippet from my dial plan

exten => s,1,Read(get-admin-password,enter-password,,,3,)
exten => s,n,Gotoif($["${LEN(${get-admin-password})}" < "1"]?5:3) 

Doug



More information about the asterisk-users mailing list