Password Entry During Calls

Hey, new to development in asterisks. and not sure which category this topic belongs to but …
I wanted to make a feature where users receive a call prompting them to enter a password. Once entered, the password should be passed back to the API and if the password is correct then the call ends.

Is this possible or are there some missing components that I am not aware of?

READ() to read input
GOTOIF() to check input
or you can use AGI() to check whether input ok or not

https://docs.asterisk.org/Latest_API/API_Documentation/Dialplan_Applications/Authenticate/

Also look at the See Alsos.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.