How to configure softkeys? - 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: How to configure softkeys? (/showthread.php?tid=257) |
How to configure softkeys? - smcmickle - 02-27-2013 06:54 AM 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 RE: How to configure softkeys? - muhgatus - 03-21-2013 12:02 AM 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-Documents/Auto%20P%20T2x,T3x,VP530%20-%20V70.zip and extract them from the zip file. Of course you have to modify them. RE: How to configure softkeys? - smcmickle - 03-21-2013 12:04 AM (03-21-2013 12:02 AM)muhgatus Wrote: Main configuration file is named: Thanks muhgatus! We finally managed to figure it out, everything is working just fine now! It's fun to experiment with various softkey names |