Specifications
Aastra July 2014 PA-001011-03-04
156
3.11.3 Examples
XML Example 1: ‘remote’
<AastraIPPhoneConfiguration>
<ConfigurationItem>
<Parameter>softkey1 label</Parameter>
<Value>Test</Value>
</ConfigurationItem>
</AastraIPPhoneConfigutation>
or
<AastraIPPhoneConfiguration setType="remote">
<ConfigurationItem>
<Parameter>softkey1 label</Parameter>
<Value>Test</Value>
</ConfigurationItem>
</AastraIPPhoneConfigutation>
If softkey1 label parameter is unset, set via the configuration files, or set via another
setType="remote" it will be assigned the value "Test". This value will be lost when the phone
reboots. If "softkey1 label" has been set locally, this object will not change it.
XML Example 2: ‘local’
<AastraIPPhoneConfiguration setType="local">
<ConfigurationItem>
<Parameter>softkey1 label</Parameter>
<Value>Test</Value>
</ConfigurationItem>
</AastraIPPhoneConfiguration>
The softkey1 label parameter will be given the value "Test" whichever way this parameter was
set beforeand this value will persist through reboots.
XML Example 3: ‘override’
<AastraIPPhoneConfiguration setType="override">
<ConfigurationItem>
<Parameter>softkey1 label</Parameter>
<Value>Test</Value>
</ConfigurationItem>
</AastraIPPhoneConfiguration>
The softkey1 label parameter will be set to the value "Test". When the phone reboots,
softkey1 label will revert to the server configured value or its default of now server configured
value is present.
XML Example 4: ‘oneBoot’
<AastraIPPhoneConfiguration setType="oneBoot">
<ConfigurationItem>
<Parameter>tftp server</Parameter>
<Value>10.50.103.12</Value>
</ConfigurationItem>
</AastraIPPhoneConfiguration>
If the tftp server parameter is unset, set via the configuration files, or another
setType="remote" it will be assigned the value "10.50.103.12". When this object is done parsing