Authenticate_LDAP application module for Asterisk (www.asterisk.org)
Author: IonIdea
Authenticate_LDAP is an Asterisk application testing the availability of a parameter in LDAP database.
The clue to search of this parameter is a chain of numbers enteredfrom the telephone.
If the clue has been found the return value is saved as cdr line in ‘userfield’ field, and the process goes on in normal conditions.
If the search has happened to be abortive and the priority n+101 exists,
processing will jump to n+101 and 0 will be returned.
Otherwise voice message “vm-goodbye” is sent to the channel and -1 is returned.
The clue can be entered not more than 3 times.
See also
- Asterisk cmd LDAPget
- LDAP
- Asterisk LDAP – a totally different, unrelated approach
Go back to Asterisk addons