Yealink Forums

Full Version: T38G - Softkey autoprovision not working (Remote Phone Book)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Yes, I know that. It drives me crazy, we wait a long time for the promised version and then it never happen.... It's very, very bad. We get a lot of new office(s) and I think we have to buy another brand. That's not good....
I am in contact with some of the developers about getting the search by name on the T38.
I to am a looking at some other brands (ahem : GS)
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>
Pages: 1 2
Reference URL's