You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
658 B
18 lines
658 B
;; |
|
;; ldap.conf -- Asterisk LDAP Query configuration |
|
;; |
|
|
|
; usage: LDAPget(<varianle>=<config-file-section>[/<lookup-key1>,<lookup-key2>,...]) |
|
; usage: LDAPget(<variable>=cidname) |
|
[cidname] |
|
host = 127.0.0.1 |
|
port = 389 |
|
timeout = 10 |
|
version = 2 |
|
user = cn=root,ou=people,o=example.com |
|
pass = asterisk |
|
base = ou=addressbook,o=example.com |
|
filter = (&(objectClass=person)(|(telephoneNumber=${CALLERID(num)})(mobile=${CALLERID(num)})(homePhone=${CALLERID(num)})(fax=${CALLERID(num)}))) |
|
attribute = commonName |
|
;convert = UTF-8,ISO-8859-1 |
|
|
|
|