Directory configuration
For name/number and user information lookups you can either use:
- A text file
- An LDAP server, such as Active Directory or OpenLDAP
The configuration for these is accessed by going to the Edit menu and selecting Directories.
Directory file
Directory data can be read from a text file in comma separated value format. This data is queried when typing in names to return extension numbers and vice versa. To use this feature create a text file and enter one line per person in the appropriate format. The three fields read are:
- Name
- Extension number (optional)
- Voicemail number (optional)
Values must be enclosed in quotes. An example would look like:
"Sales","700" "Marketing","701" "Darth Vader","123","50100" "Boba Fett","456","50101"
LDAP server
Enter here the standard LDAP fields:
- LDAP server
- LDAP search base
- Bind dn
- Bind password
- Name attribute
- Number attribute
- Voicemail number attribute
- User information attributes