Yealink Forums
[SOLVED] Modify softkey - 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: [SOLVED] Modify softkey (/showthread.php?tid=40631)



[SOLVED] Modify softkey - Wengel - 02-20-2017 05:27 PM

I'm trying to modify the Dialing softkeys, but have no luck.
I've been studying the Administrator guide and the User guide.

Phone: T42G / FW:29.81.0.25

This is my boot file (y000000000000.boot):
Code:
#!version:1.0.0.1
include:config "http://www.xx.xx/T42G/TD.cfg"
overwrite_mode = 1

My config file (TD.cfg):
Code:
#!version:1.0.0.1
phone_setting.custom_softkey_enable = 1
custom_softkey_dialing.url = http:/www.xx.xx/T42G/Dialing_custom.xml

This is my Dialing_custom.xml file:
Code:
<Dialing>
  <Disable>
    <Key Type="Empty"/>
    <Key Type="History"/>
    <Key Type="Switch"/>
    <Key Type="Line"/>
    <Key Type="Directory"/>
    <Key Type="GPickup"/>
    <Key Type="DPickup"/>
    <Key Type="IME"/>
  </Disable>
  <Enable>
    <Key Type="Send"/>
    <Key Type="Delete"/>
    <Key Type="End Call"/>
  </Enable>
  <Default>
    <Key Type="Send"/>
    <Key Type="IME"/>
    <Key Type="Delete"/>
    <Key Type="End Call"/>
  </Default>
</Dialing>

What did I do wrong?


RE: Modify softkey - Wengel - 02-21-2017 11:56 AM

I had an typo-error in the URL Big Grin
I found it by enable the log:
[Image: attachment.php?aid=4171]