Using Provisioning template for assigning speed dials to edge220 and edge300 phones
We have put the following into the provisioning templates along with some other programming such as admin password, dial string timeouts, etc.
The admin password and dialing timeouts work fine.
The speed dials never show on the screen of the phones.
If the buttons are programmed using the phone web interface or the Admin portal on the account (settings\keys & Positions), they show on the phones.
We do not want to manually touch +500 phones and would rather not have to use a separate provisioning server to push a cfg file.
We have tried both of these (not at same time).
Parameters set 1
# Enable line key reassignment
lineKey.reassignment.enabled="1"
# Speed Dial Definitions
spdlst.1.label="John C"
spdlst.1.value="5240"
spdlst.1.type="contact"
spdlst.1.status="1"
spdlst.2.label="Support"
spdlst.2.value="4234"
spdlst.2.type="contact"
spdlst.2.status="1"
# Line Key Mappings
lineKey.2.type="speed_dial"
lineKey.2.index="1"
lineKey.2.label="John C"
lineKey.3.type="speed_dial"
lineKey.3.index="2"
lineKey.3.label="Support"
Parameters set 2
FEATURE.ENHANCEDFEATUREKEYS.ENABLED="1"
lineKey.reassignment.enabled="1"
# EFK Definitions
efk.efklist.1.action.string="5240$Tinvite$"
efk.efklist.1.label="John C"
efk.efklist.1.mname="John C"
efk.efklist.1.status="1"
efk.efklist.2.action.string="4234$Tinvite$"
efk.efklist.2.label="Support"
efk.efklist.2.mname="Support"
efk.efklist.2.status="1"
# Line Key Mappings
lineKey.2.category="Enhanced Feature Keys"
lineKey.2.index="1"
lineKey.3.category="Enhanced Feature Keys"
lineKey.3.index="2"
