Yealink Forums

Full Version: Access to Phonebook via LDAP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am currently testing the T41P on my PBX-System. So far everything looks fine but the phone book access to my PBX-System via LDAP could be better.

After experimenting a little I got the T41P to access the phonebook and display names and numbers, only the phone numer is being displayed twice. It looks like this:
George <4711> 4711
Since the number in brackets is always displayed no matter what I enter in the field "LDAP Display Name" I have to assume that the phone itself adds this to the name. With the wrong entry in the field "LDAP Display Name" it looks like this:
Name unknown <4711> 4711

Is there a setting somewhere I can make the displayed phonebook entries look like this:
George 4711
I suggest you refer to the admin guide (on page 407)

http://support.yealink.com/attachmentDow...V80_60.pdf

BR

klaus
From my understanding of the Yealink LDAP phonebook settings, you can not remove the <>. Why not just remove the number outside the <> instead? That way it will just return the number once. All mine return in the format;
Code:
First Last <number>

My LDAP settings are as follows (I return multiple #'s for users);
Code:
LDAP Name Filter: (|(cn=%)(sn=%))
LDAP Number Filter: (|(telephoneNumber=%)(Mobile=%)(homePhone=%)(ipPhone=%))
LDAP Name Attribute: cn
LDAP Number Attribute: homePhone Mobile telephoneNumber ipPhone
LDAP Display Name: %cn
Reference URL's