Yealink Forums
Softkey customisation - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: T4x Series (/forumdisplay.php?fid=31)
+--- Thread: Softkey customisation (/showthread.php?tid=17877)



Softkey customisation - Frank Drews - 07-07-2016 05:25 PM

Hi,

I want to customise the softkey during transfer. Somehow I am not getting the reuslt I expect, I guess I am making some mistake:
I added the
custom_softkey_talking.url =
pointing to the file Talking.xml accesscible on my provisioning server

I used the template provided and did some changes in Pretrans mode:

<PreTrans>
<Disable>
<Key Type="Empty"/>
<Key Type="Directory"/>
<Key Type="Switch"/>
<Key Type="Transfer"/>
#DITF change enabled Send, disabled Transfer
</Disable>
<Enable>
<Key Type="Send"/>
<Key Type="IME"/>
<Key Type="Delete"/>
<Key Type="Cancel"/>
</Enable>
<Default>
<Key Type="Transfer"/>
<Key Type="IME"/>
<Key Type="Delete"/>
<Key Type="Cancel"/>
</Default>
</PreTrans>

I reprovisiond the phone, but there seem to be no changes on the phone.

Any ideas?

Best regards Frank


RE: Softkey customisation - Frank Drews - 07-07-2016 07:18 PM

I want to do this via provisioning:

Look at the attachment

Okay, it is working now. Just fine. I don't now what the issue was before. Maybe some caching in the webserver.


RE: Softkey customisation - Bahntechnik - 07-08-2016 02:15 PM

Maybe you need to remove the comment (#DITF change enabled Send, disabled Transfer). Maybe the phone don't like this comment.