Content
For detailed instructions regarding auto provisioning Snom M900, M700 and M300 devices, please see the auto provisioning guide here.
In order to provision the firmware you must use a separate XML file with the firmware-settings as first tag (root tag). Here is the more exact procedure:
Step 1 - add a <file> tag to your main configuration file, pointing to a separate firmware provisioning file, for example:
<?xml version="1.0" encoding="utf-8"?> <settings> <global> ... </global> ... <setting-files> <file url="http://192.168.1.6/test_firmware.xml" /> </setting-files> </settings>
Step 2 - create test_firmware.xml and place it on your HTTP server. Here is an example content of the test_firmware.xml file for upgrading to version 450B11:
<?xml version="1.0" encoding="utf-8"?> <firmware-settings> <firmware>http://dect.snom.com</firmware> <fp_fwu_sw_version>510</fp_fwu_sw_version> <fp_fwu_branch_version>1</fp_fwu_branch_version> <pp_fwu_branch_version type="M90">1</pp_fwu_branch_version> <pp_fwu_sw_version type="M90">510</pp_fwu_sw_version> </firmware-settings>
Further Information
Related articles