Yealink Forums

Full Version: Removed features from firmware v28.71.0.180
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In a previous firmware (specifically firmware version v28.71.0.155), there was a parameter to enable LDAP queries while dialing and a feature to specify what type of query to perform by default. The two options were:

#Configure the input type when the phone is in the dialing state, if the parameter "ldap.dial_lookup" is Enabled; 0-2aB, 1-123 (default), 2-abc, 3-ABC;
features.ldap.input_type = 1
ldap.dial_lookup = 1

These two parameters no longer appear to function in the above-referenced firmware version. Moreover, they are no longer documented in the Auto Provisioning guide.

Can both parameters be brought back? It was a useful feature to have.
Hi Boolah,

Thanks for your feedback. I will send your request to our product department to evaluate.
Hi Boolah,

You can enable LDAP queries while dialing in super_search.xml. You can refer to http://forum.yealink.com:81/forum/showth...858&page=2 for more details.
Also you can find the setting in the Directory on the webpage of phone.

1. Download the http://www.yealink.com/Upload/T4X/GA/Aut...ioning.zip which contains "common.cfg" and "super_search.xml" in XML Template Files floder.
2. Edit the super_search.xml, enable "remote_directory_search" as 1
-----------------------------------------------------------------------------------------
<root_super_search>
<item id_name="local_directory_search" display_name="Local Contacts" priority="1" enable="1" />
<item id_name="calllog_search" display_name="History" priority="2" enable="1" />
<item id_name="remote_directory_search" display_name="Remote Phonebook" priority="3" enable="1" />
<item id_name="ldap_search" display_name="LDAP" priority="4" enable="0" />
<item id_name="BroadSoft_directory_search" display_name="Network Directories" priority="5" enable="0" />
</root_super_search>
----------------------------------------------------------------------------------------------------
3. Then configure the "super_search.url = " in common.cfg,change common.cfg to y000000000028.cfg
4. Upload y000000000028.cfg and super_search.xml to the specific server
5. Then auto-provisioning

Hope it can help you.
Reference URL's