Yealink Forums

Full Version: How to configure softkeys?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there,

I am trying to figure out how to edit softkeys of the T28-P via the configuration file. I'm guessing I must work with the XML, but I'm not exactly sure how to do that. Any suggestions would be appreciated!

The parameters in question are these:

[CustomSoftKey_CallFailed]
path = /tmp/CallFailed.xml
server_address =

[CustomSoftKey_CallIn]
path = /tmp/CallIn.xml
server_address =

[CustomSoftKey_Connecting]
path = /tmp/Connecting.xml
server_address =

[CustomSoftKey_Dialing]
path = /tmp/Dialing.xml
server_address =

[CustomSoftKey_RingBack]
path = /tmp/RingBack.xml
server_address =

[CustomSoftKey_Talking]
path = /tmp/Talking.xml
server_address =


Thank you very much!

-Sean
Main configuration file is named:

T28P: y000000000000.cfg
T26P: y000000000004.cfg
T22P: y000000000005.cfg
T20P: y000000000007.cfg

Within the main configuration file you have to set the following keys:

custom_softkey_call_failed.url = http://<server>/<path>/call_failed.xml
custom_softkey_call_in.url = http://<server>/<path>/call_in.xml
custom_softkey_connecting.url = http://<server>/<path>/connecting.xml
custom_softkey_dialing.url = http://<server>/<path>/dialing.xml
custom_softkey_ring_back.url = http://<server>/<path>/ring_back.xml
custom_softkey_talking.url = http://<server>/<path>/talking.xml

Theses files can be extractet from the phone configuration with notepad++ for example or you may download them from http://www.yealink.co.uk/assets/V70-Docu...%20V70.zip and extract them from the zip file. Of course you have to modify them.
(03-21-2013 12:02 AM)muhgatus Wrote: [ -> ]Main configuration file is named:

T28P: y000000000000.cfg
T26P: y000000000004.cfg
T22P: y000000000005.cfg
T20P: y000000000007.cfg

Within the main configuration file you have to set the following keys:

custom_softkey_call_failed.url = http://<server>/<path>/call_failed.xml
custom_softkey_call_in.url = http://<server>/<path>/call_in.xml
custom_softkey_connecting.url = http://<server>/<path>/connecting.xml
custom_softkey_dialing.url = http://<server>/<path>/dialing.xml
custom_softkey_ring_back.url = http://<server>/<path>/ring_back.xml
custom_softkey_talking.url = http://<server>/<path>/talking.xml

Theses files can be extractet from the phone configuration with notepad++ for example or you may download them from http://www.yealink.co.uk/assets/V70-Docu...%20V70.zip and extract them from the zip file. Of course you have to modify them.

Thanks muhgatus! We finally managed to figure it out, everything is working just fine now! It's fun to experiment with various softkey names Smile
Reference URL's