Content
The Firmware Configuration File (<firmware-settings> tag) contains the "firmware image" URL or the firmware expansion module URL (since firmware version 8.9.3.68).
The Firmware Configuration 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).
<?xml version="1.0" encoding="utf-8" ?> <firmware-settings> <firmware perm="<permission flag>"><value></firmware> </firmware-settings>
Since version 8.9.3.68 you can update also the expansion module via provisioning defining the firmware_uxm parameter.
<?xml version="1.0" encoding="utf-8" ?> <firmware-settings> <firmware_uxm perm="<permission flag>"><value></firmware_uxm> </firmware-settings>
<?xml version="1.0" encoding="utf-8" ?> <firmware-settings> <firmware perm="">http://domain/snom/firmware/snomD315.bin</firmware> <firmware_uxm perm="">http://domain/snom/firmware/snomUXM.bin</firmware_uxm> </firmware-settings>
Further Information
Related articles