Yealink Forums
T26 - LDAP sort results - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Configuration (/forumdisplay.php?fid=24)
+--- Thread: T26 - LDAP sort results (/showthread.php?tid=1851)



T26 - LDAP sort results - Kriss - 06-03-2014 09:22 PM

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


RE: T26 - LDAP sort results - Yealink Support - 06-04-2014 04:13 PM

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.