Change IME to DIRECTORY and then the user can choose Remote or Local after they push Directory.
eg: Dialing:
Code:
<Dialing>
<Disable>
<Key Type="Empty"/>
<Key Type="History"/>
<Key Type="Switch"/>
<Key Type="Line"/>
<Key Type="Favorite"/>
<Key Type="GPickup"/>
<Key Type="DPickup"/>
<Key Type="Retrieve"/>
</Disable>
<Enable>
<Key Type="Send"/>
<Key Type="Directory"/> (THIS WAS PREVIOUSLY IME)
<Key Type="Delete"/>
<Key Type="Cancel"/>
</Enable>
<Default>
<Key Type="Send"/>
<Key Type="Directory"/> (THIS WAS PREVIOUSLY IME)
<Key Type="Delete"/>
<Key Type="Cancel"/>
</Default>
</Dialing>
Remember to do the same in Talking.xml for PreTrans! (You want people to look up the directory when transferring calls!)
Yealink Support: We need the option for XML Directory only on Custom Softkeys!. Also need the option to change the LABEL/Display Name. (Or just remove blacklist?). We need to remove Blacklist on 100+ phones (and lots of other people on this forum request it too!)
Also, need option to change DIRECTORY -> SETTING -> DIRECTORY (Oh, Actually I just found this in directory_setting.url = http://webserver/favorite_setting.xml
Yealink Support: When I change change the display_name (label), it doesn't take effect. EG:
Code:
<root_favorite_set>
<item id_name="localdirectory" display_name="My Contacts" priority="1" enable="1" />
<item id_name="remotedirectory" display_name="Company Directory" priority="2" enable="1" />
<item id_name="networkcalllog" display_name="Network CallLog" priority="3" enable="0" />
<item id_name="history" display_name="History" priority="4" enable="0" />
<item id_name="ldap" display_name="LDAP" priority="5" enable="0" />
<item id_name="broadsoftdirectory" display_name="Broadsoft Directory" priority="6" enable="0" />
</root_favorite_set>