Specifications

PA-001011-03-04 Aastra July 2014
157
the phone will reboot. Upon booting tftp server will still have the value "10.50.103.12". This
value will be lost after configuration files have been downloaded from the server.
XML Example 5: Mixed types
<AastraIPPhoneConfiguration setType="local">
<ConfigurationItem setType="oneBoot">
<Parameter>softkey1 label</Parameter>
<Value>Test</Value>
</ConfigurationItem>
<ConfigurationItem>
<Parameter>softkey2 label</Parameter>
<Value>Test</Value>
</ConfigurationItem>
<ConfigurationItem setType="override">
<Parameter>softkey3 label</Parameter>
<Value>Test</Value>
</ConfigurationItem>
</AastraIPPhoneConfigutation>
Parameter softkey1 label will be set using the oneBoot rules (the phone will not reboot
yet).
Parameter softkey2 label will be set using the local rules.
Parameter softkey3 label will be set using the override rules.
When all three items are done being set, the phone reboots as at least one configuration parameter
was using the oneBoot policy.
XML Example 6: Parameter range
<AastraIPPhoneConfiguration>
<ConfigurationItem>
<Parameter firstItem=1 lastItem=”20>
softkey# type</Parameter>
<Value></Value>
</ConfigurationItem>
</AastraIPPhoneConfiguration>
This exemple sets the parameters “softkey1 type” to “softkey20 type” to a blank value. This feature
is very useful to limit the number of configuration parameters to be sent.