>>>  On Feb 10, 2016, at 9:20 AM, Jerry Geis ge...@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

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to