Features/Mass Deployment/Setting Files/XML/Firmware
From Snom User Wiki
< Features | Mass Deployment | Setting Files | XML
Introduction
The Firmware Setting File (<firmware-settings> tag) contains the "firmware image" URL. The Firmware Setting File will only be requested if its URL had been specified by the configuration parameter firmware_status before. firmware_status should only be defined in the phone settings file (<phone-settings> tag)
- NOTE: The firmware setting file URL must not be specified in any container setting file.
Syntax
<?xml version=="1.0" encoding=="utf-8" ?> <firmware-settings> <firmware perm=="<permission flag>"><value></firmware> </firmware-settings>
- firmware tag represents the only allowed configuration parameter.
- perm string represents the <permission flag> --> valid values for <permission flag>
- value string represents the firmware image file URL.
Example
- Example Name: "http://domain/snom/snom300-firmware.xml" was retrieved from the firmware_status parameter value defined in "http://domain/snom/snom300/general.xml"
<?xml version=="1.0" encoding=="utf-8" ?> <firmware-settings> <firmware perm=="!">http://domain/snom/firmware/snom300-7.2-SIP-f.bin</firmware> </firmware-settings>
