How to configure Auto Provisioning Overrides for Grandstream GRP Series devices.
The VoiceLogix device auto provisioning system will configure the main line appearances and several of the features supported by most devices.
However, some custom features or customer requirements may require settings not built into the auto provisioning system. To avoid having to manually update devices we support adding overrides to the provisioning files. Overrides can be added on the override section of the add/edit device model
Below we have provided a list of overrides that can be added for BLF, Speed Dial and Call Park.
Notes
- Do not copy and paste as it may cause formatting issues
- Use vpk for Virtual Multi-Purpose Key.
- Use mpk for Multi-Purpose Keys (only available on some devices)
- Replace # with desired Key line number
- Replace Bold values with desired information
- Description – Insert Information that will be displayed on physical device
- Value – Insert desired value
- Keymode – Must be entered as seen below for desired feature
- Account – Must be entered as seen below (only for VPK)
Overrides
Speed Dial
VPK Example:
vpk.#.description=”VoiceLogix”
vpk.#.value=”8446634248”
vpk.#.keyMode=”SpeedDial”
vpk.#.account=”Account1”
MPK Example:
mpk.#.description=”VoiceLogix”
mpk.#.value=”8446634248”
mpk.#.keyMode=”SpeedDial”
BLF
VPK Example:
vpk.#.description=”102”
vpk.#.value=”102”
vpk.#.keyMode=”BLF”
vpk.#.account=”Account1”
MPK Example:
mpk.#.description=”103”
mpk.#.value=”103”
mpk.#.keyMode=”BLF”
Call Park
VPK Example:
vpk.#.description=”Call Park 2”
vpk.#.value=”720”
vpk.#.keyMode=”CallPark”
vpk.#.account=”Account1”
MPK Example:
mpk.#.description=”Call Park 1”
mpk.#.value=”720”
mpk.#.keyMode=”CallPark”