Aastra Telecom 9480i Series Manual Do Utilizador

Página de 1184
Creating an XML Application
F-68
41-001160-03, Rev 00, Release 2.4 
IP Phone Administrator Guide
Local Setting Example
The following is an example of using the setType=”local” setting for a specific 
configuration item (softkey1 label).
<AastraIPPhoneConfiguration setType="local">
<ConfigurationItem>
<Parameter>softkey1 label</Parameter>
<Value>Test</Value>
</ConfigurationItem>
</AastraIPPhoneConfigutation>
RESULT: The value of "softkey1 label" is set to "Test". This value persists 
through reboots of the phone.
Override Setting Example
The following is an example of using the setType=”override” setting for a 
specific configuration item (softkey1 label)
<AastraIPPhoneConfiguration setType="override">
<ConfigurationItem>
<Parameter>softkey1 label</Parameter>
<Value>Test</Value>
</ConfigurationItem>
</AastraIPPhoneConfigutation>
RESULT: The value of "softkey1 label" is set to "Test". When the phone reboots, 
the value for the "softkey1 label" reverts back to the server configured value, or its 
default value on the server.
Draft 1