Yealink Forums

Full Version: T26 - LDAP sort results
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

Yealink SIP-T26P 6.72.0.25

Wandering if there is any way to sort the LDAP search results (regarding the phone numbers séquence).
For now i have results sorted as follow :

TelephoneNumber
Mobile
ipPhone

And i would like to have :
ipPhone
Mobile
TelephoneNumber

I tried several configurations in the LDAP configuration page (tried to change the "LDAP Number Attributes" sequence) with no luck.

Do you know how i can do this ?

Regards,

./Kriss
LDAP Number Filter
Code:
This parameter specifies the name attributes for LDAP searching. The format of the search filter is compliant to the standard string
representations of LDAP search filters (RFC 2254). The “*” symbol in the filter stands for any character. The “%” symbol in the filter stands for the entering string used as the prefix of the filter condition.
For example:
(|(ipPhone=%)(Mobile=%)(telephoneNumber=%))
When the number prefix of the telephoneNumber, Mobile or ipPhone of the contact record matches the search criteria, the record will be displayed on the phone LCD screen.
Reference URL's