Yes. Exists two ways - configuration LDAP connection from each phone to your directory server (in my case its microsoft active directory) and using CSTA LDAP in openscape 4000 (i cant config this yet).
For configuration corporate phonebook in variant 1 you need:
1. Go to
2. Working Microsoft Active Directory with users/contacts.
2.1. Create in your Active Directory (AD) new User which to be used as account for connection to your AD
3. In
find example for AD:
Given "example.com" as the LDAP subtree to be searched, the LDAP template file would look like this:
OpenStage LDAP TEMPLATE (v.1)
SEARCHBASE="dc=example,dc=com"
ATTRIB01="sn"
ATTRIB02="givenName"
ATTRIB03="ipPhone"
ATTRIB04="otherTelephone"
ATTRIB05="mobile"
ATTRIB06="homePhone"
ATTRIB07="company"
ATTRIB08="department"
ATTRIB09=""
ATTRIB10="title"
ATTRIB11="mail"
EOF
attantion - uppercase sensitivity. must be ATTRIB02="givenName" , not ATTRIB02="givenname"
In SEARCHBASE strring you need specify schema of your AD. "DC" = its "domain controller", you need to find information about AD in internet, like this
typical schema has only two DC and nothing else, but also its can be as "dc=ldap, dc=local, ou=my company, cn=users" (for example). You need to use some LDAP tools
for view your schema.
first you write lower DC, than - upper
and save it (begining Openstage and ending EOF) as .txt file in ASCII codes(UTF-8 without BOM). its defautl codes in notepad and you dont need do anything with text but you must know this.
3.1. Conect to phone via web, go to Local Functions - LDAP. And configurate ftp connection to your directory server (AD). Use account with username and password from 2.1.
3.2. Go to file transfer, configurate ftp connection to your computer with ftp server (like 3cDAEmon, filezilla etc) and download file to phone. disable firewall on your computer if you receive error of transmission file.
And its must working. Go to corporate phonebook on the phone, enter some letters or full second name. Use advanced search for search by name, phonem, department etc.