T27P Firmware : 45.80.0.95
I have been driving myself nuts. I have the Talking.xml hosted, phone can access it but the keys do not change. Most importantly I need IME to be Directory. This XML does not seem to be working. I tried it with and without the
Code:
<Softkey></Softkey>
I'm begging for help. Client demands this feature. Works fine in the webgui for the phone. But I cant manually enable it on each phone (80+) pls we provision weekly.
Code:
custom_softkey_talking.url = https://user:password@cname.domain.com/prov/Talking.xml
Code:
<?xml version="1.0"?>
<Softkey>
<Talk>
<Disable>
<Key Type="Empty" />
<Key Type="Mute" />
<Key Type="SWAP" />
<Key Type="NewCall" />
<Key Type="Switch" />
<Key Type="Answer" />
<Key Type="Reject" />
<Key Type="PriHold" />
<Key Type="Park" />
<Key Type="GPark" />
<Key Type="RTP Status" />
<Key Type="Security" />
</Disable>
<Enable>
<Key Type="Transfer" />
<Key Type="Hold" />
<Key Type="Conference" />
<Key Type="End Call" />
</Enable>
<Default>
<Key Type="Transfer" />
<Key Type="Hold" />
<Key Type="Conference" />
<Key Type="End Call" />
</Default>
</Talk>
<Hold>
<Disable>
<Key Type="Empty" />
<Key Type="Switch" />
<Key Type="Answer" />
<Key Type="Reject" />
<Key Type="Security" />
</Disable>
<Enable>
<Key Type="Transfer" />
<Key Type="Resume" />
<Key Type="NewCall" />
<Key Type="End Call" />
</Enable>
<Default>
<Key Type="Transfer" />
<Key Type="Resume" />
<Key Type="NewCall" />
<Key Type="End Call" />
</Default>
</Hold>
<Held>
<Disable>
<Key Type="Empty" />
<Key Type="Switch" />
<Key Type="Answer" />
<Key Type="Reject" />
<Key Type="NewCall" />
<Key Type="Security" />
</Disable>
<Enable>
<Key Type="Empty" />
<Key Type="Empty" />
<Key Type="Empty" />
<Key Type="End Call" />
</Enable>
<Default>
<Key Type="Empty" />
<Key Type="Empty" />
<Key Type="Empty" />
<Key Type="End Call" />
</Default>
</Held>
<PreTrans>
<Disable>
<Key Type="Empty" />
<Key Type="IME" />
<Key Type="Switch" />
<Key Type="Send" />
</Disable>
<Enable>
<Key Type="Transfer" />
<Key Type="Directory" />
<Key Type="Delete" />
<Key Type="End Call" />
</Enable>
<Default>
<Key Type="Transfer" />
<Key Type="Directory" />
<Key Type="Delete" />
<Key Type="End Call" />
</Default>
</PreTrans>
<Conferenced>
<Disable>
<Key Type="Empty" />
<Key Type="Switch" />
<Key Type="Answer" />
<Key Type="Reject" />
<Key Type="Mute" />
<Key Type="Manager" />
<Key Type="RTP Status" />
<Key Type="Security" />
</Disable>
<Enable>
<Key Type="Empty" />
<Key Type="Hold" />
<Key Type="Split" />
<Key Type="End Call" />
</Enable>
<Default>
<Key Type="Empty" />
<Key Type="Hold" />
<Key Type="Split" />
<Key Type="End Call" />
</Default>
</Conferenced>
</Softkey>