VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
geisj at pagestation.com Guest
|
Posted: Wed Feb 10, 2016 9:20 am Post subject: [asterisk-users] Authenticate() 11.21.0 |
|
|
I am trying to use Authenticate() in the dialplanfor something other than "my password".
The message says "Please enter YOUR password followed by the pound key".
I'm not using this for my password.
Is there any way to change the message to "please enter the password followed by the pound key"?
or is there another version of Authenticate() that I'm not aware of or another way to prompt for a password?
Thanks,
Jerry |
|
Back to top |
|
|
steve-lists at geekint... Guest
|
Posted: Wed Feb 10, 2016 9:41 am Post subject: [asterisk-users] Authenticate() 11.21.0 |
|
|
On 10/02/16 14:20, Jerry Geis wrote:
Quote: | I am trying to use Authenticate() in the dialplan
for something other than "my password".
The message says "Please enter YOUR password followed by the pound key".
I'm not using this for my password.
Is there any way to change the message to "please enter the password
followed by the pound key"?
or is there another version of Authenticate() that I'm not aware of or
another way to prompt for a password?
|
READ() ?
Steve
--
_____________________________________________________________________
-- 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 |
|
Back to top |
|
|
support at drdos.info Guest
|
Posted: Wed Feb 10, 2016 9:52 am Post subject: [asterisk-users] Authenticate() 11.21.0 |
|
|
Quote: | Quote: | Quote: | 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 |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|