Operation Manual

33
v1.05
Provisioning Guide M700, M300 Settings and Configuration
Basic Configuration 5
This method allows the inclusion of both firmware and phonebook-related settings in the provisioning
process. Each file contains specific settings and is loaded separately, avoiding any root tag conflicts.
The file will automatically check for and fetch the latest build of any given firmware release whenever
the base is provisioned.
Main Provisioning Configuration file
<?xml version="1.0" encoding="utf-8" ?>
<setting-files>
<file url="http://10.110.22.8/snom/M700/firmware.xml" />
<file url="http://10.110.22.8/snom/M700/snom_phonebook.xml" />
<file url="http://10.110.22.8/snom/M700/snom_settings.xml" />
</setting-files>
firmware.xml
<?xml version="1.0" encoding="utf-8"?>
<firmware-settings>
<firmware perm="">http://10.110.22.8/firmware/snom</firmware>
<fp_fwu_sw_version>323</fp_fwu_sw_version>
<pp_fwu_sw_version type="M65">323</pp_fwu_sw_version>
</firmware-settings>
snom_phonebook.xml
<?xml version="1.0" encoding="utf-8"?>
<settings>
<tbook>
<item>
<first_name>Max</first_name>
<last_name>Mustermann</last_name>
<number idx=”1”>9000</number>
<number_type idx=”1”>work</number_type>
<number idx="2">1122334455</number>
<number_type idx="2">mobile</number_type>
<number idx="3">6789546</number>
<number_type idx="3">home</number_type>
</item>
<item>
<name>Peter</name>
<last_name>Jansen</last_name>
<number>9001</number>
<number_type>mobile</number_type>
</item>
</tbook>
</settings>