Content

Page tree

C520 C620 M100 M200 M500

Web User Interface

ModelWeb User Interface
C520Servicing → Firmware Upgrade → Auto Upgrade → Firmware Server Settings → Firmware URL
C620Servicing → Firmware Upgrade → Auto Upgrade → Base Firmware → Base Firmware URL
M100
M500
Servicing → Firmware Upgrade → Auto Upgrade → Firmware Server Settings → Base Firmware URL
M200Configuration → Firmware Upgrade → Auto Upgrade → Firmware Server Settings → Base Firmware URL

Phone User Interface

N/A

Text Configuration

provisioning.firmware_url = VALIDVALUE

XML Configuration (C520, C620, M100, M200 only)

<provisioning>

<firmware_url>VALIDVALUE</firmware_url>

</provisioning>

Description

Sets the URL for the server hosting the Base firmware file.

Username and password can be inserted into url string such as http://username:password@firmware_url/firmware_filename

M500 Multi-cell: Configure this setting for a specific base station. This is NOT a site-wide setting.

Important Note for M500 only: 

Starting with firmware version 1.14.4, we've simplified the firmware upgrade process by providing the M500 unified firmware image (M500-x.x.x-unified.img), which includes the firmware for the base station, handset, and cordless deskset in one file. This is the only file required to update all devices within the M500 family of products.

To utilize the unified firmware image, configure provisioning.firmware_url to point to the unified image. Ensure that provisioning.handset_firmware_url and provisioning.cordless_deskset_firmware_url are set to null using the following configuration:

provisioning.handset_firmware_url = %NULL
provisioning.cordless_deskset_firmware_url = %NULL

Alternatively, though not recommended, if there is a need to use a different firmware version for the handset or deskset, you can update provisioning.firmware_urlprovisioning.handset_firmware_url and provisioning.cordless_deskset_firmware_url with different versions of the individual firmware images (M500-x.x.x.img, M55-x.x.x.img, and M58-x.x.x.img, respectively).

Valid Values

URI, %NULL

Default Value

Blank