Auto Provision Directory Button - Printable Version +- Yealink Forums (http://forum.yealink.com/forum) +-- Forum: IP Phone Series (/forumdisplay.php?fid=4) +--- Forum: Auto Provisioning (/forumdisplay.php?fid=14) +--- Thread: Auto Provision Directory Button (/showthread.php?tid=2191) |
Auto Provision Directory Button - AntonP - 08-05-2014 08:04 AM Hi I am wanting to make the Directory button search only LDAP I already have a work around to this in place with a programmed key, and all my searching seems to suggest this as the solution programablekey.2.type = 38 ###programablekey.X.line = ###programablekey.X.value = ###programablekey.X.xml_phonebook = ###programablekey.X.history_type = programablekey.2.label = Directory However this feels.. unnecessary given I can get the included Directory button to work as I desire and it cannot be used in calls, be it just after opening a line or in transfers. I have found a function in the settings of the phone on the Directory Settings page (screenshot included) which gives the results I desire, however I cannot determine the auto provisioning strings I require for this. Is anyone able to point me in the right direction? Doing a diff of a config export it appears to sit here in the exported config, I still however cannot find the matching autoprovision config strings <root_super_search> <item id_name="remote_directory_search" display_name="Remote Phonebook" priority="" enable="0" /> <item id_name="local_directory_search" display_name="Local Contacts" priority="" enable="0" /> <item id_name="calllog_search" display_name="History" priority="1" enable="1" /> <item id_name="ldap_search" display_name="LDAP" priority="2" enable="1" /> <item id_name="BroadSoft_directory_search" display_name="Network Directories" priority="5" enable="0" /> </root_super_search> factory/data/favorite_setting.xml 0000750 0000000 0000000 00000001077 12370014175 016235 0 ustar root root <?xml version="1.0"?> <root_favorite_set> <item id_name="history" display_name="History" priority="" enable="0" /> <item id_name="remotedirectory" display_name="Remote Phone Book" priority="" enable="0" /> <item id_name="localdirectory" display_name="Local Directory" priority="" enable="0" /> <item id_name="ldap" display_name="LDAP" priority="1" enable="1" /> <item id_name="networkcalllog" display_name="Network CallLog" priority="3" enable="0" /> <item id_name="broadsoftdirectory" display_name="Broadsoft Directory" priority="6" enable="0" /> </root_favorite_set> RE: Auto Provision Directory Button - AntonP - 08-05-2014 09:26 AM I found my answer here http://forum.yealink.com/forum/showthread.php?tid=1040 Though this does feel clunky and less than perfectly documented. |