Aastra Telecom 9480i CT Series User Manual

Page of 1184
Creating an XML Application
 41-001160-03, Rev 00, Release 2.4
F-69
Example of Using Multiple “setType” Values
The following is an example of using multiple “setType” values for mutitple 
configuration items (softkey1, softkey2).
<AastraIPPhoneConfiguration setType="local">
<ConfigurationItem>
<Parameter>softkey1 label</Parameter>
<Value>Test</Value>
</ConfigurationItem>
<ConfigurationItem setType="override">
<Parameter>softkey2 label</Parameter>
<Value>Test</Value>
</ConfigurationItem>
</AastraIPPhoneConfigutation>
RESULT: The value of “Test” is set for "softkey2 label" using the local rules. 
The value of “Test” is set for "softkey3 label” using the override rules. When all 
items have been set, the phone reboots.
Limitation
The following is a limitation for the “setType” attribute:
Using setType=”local” to set a parameter that is not modifiable via the IP 
Phone UI or the Aastra Web UI, results in a parameter that can only be 
changed via XML.
Draft 1