User Manual

89
Any configuration data provided from the configuration files will overwrite
configuration that might have been entered in the phone previously.
Provisioning file
The provisioning file is in xml format. The syntax of the file is
<provisioning [include=”{comma separated list of include files}”]>
[<config {list of config parameters} />]
[<firmware version=”{firmware version}”>{firmware file name}</firmware>]
</provisioning>
Where [] indicates an optional parameter and {} indicate a description of the
content to be provided.
The “config” tag contains all configuration settings that pertain to the device,
while the “firmware” tag includes the latest firmware version and firmware file
name.
Sample device configuration file
Filename: F0DEF1A064E6.xml for the unit with the MAC address
F0:DE:F1:A0:64:E6. Please note that all letters need to be upper case in the
file name.
<provisioning include="enterprise.xml, department.xml">
<config
sys.password="1234"
/>
</provisioning>
Include files
Filename: enterpris e.xml
<provisioning>
<firmware version="1.4.0.6">CS700-1-4-0-6.bundle</firmware>
<config
audio.eq="1"
audio.def-speaker-volume="5"
audio.high-pass-filter="3"
/>
</provisioning>