- Joined
- Mar 2, 2014
- Messages
- 7
- Reaction score
- 0
We changed the Send button to GPickup in the version 14 template as below, we do exactly the same after upgrading to Ver 15.5 and it does not work, any ideas where to start looking would be appreciated.
phone_setting.custom_softkey_enable = 1
And
custom_softkey_dialing.url = http://192.168.1.230:5000/provisioning/n91d4zszr9/dialing.xml
then adding the dialing.xml to the provisioning folder
<Dialing>
<Disable>
<Key Type="Empty"/>
<Key Type="History"/>
<Key Type="Switch"/>
<Key Type="Line"/>
<Key Type="Favorite"/>
<Key Type="Send"/>
<Key Type="DPickup"/>
<Key Type="Retrieve"/>
</Disable>
<Enable>
<Key Type="GPickup"/>
<Key Type="IME"/>
<Key Type="Delete"/>
<Key Type="Cancel"/>
</Enable>
<Default>
<Key Type="Send"/>
<Key Type="IME"/>
<Key Type="Delete"/>
<Key Type="Cancel"/>
</Default>
</Dialing>
phone_setting.custom_softkey_enable = 1
And
custom_softkey_dialing.url = http://192.168.1.230:5000/provisioning/n91d4zszr9/dialing.xml
then adding the dialing.xml to the provisioning folder
<Dialing>
<Disable>
<Key Type="Empty"/>
<Key Type="History"/>
<Key Type="Switch"/>
<Key Type="Line"/>
<Key Type="Favorite"/>
<Key Type="Send"/>
<Key Type="DPickup"/>
<Key Type="Retrieve"/>
</Disable>
<Enable>
<Key Type="GPickup"/>
<Key Type="IME"/>
<Key Type="Delete"/>
<Key Type="Cancel"/>
</Enable>
<Default>
<Key Type="Send"/>
<Key Type="IME"/>
<Key Type="Delete"/>
<Key Type="Cancel"/>
</Default>
</Dialing>