Aastra Telecom 9143i Series 用户手册

下载
页码 1184
Creating an XML Application
 41-001160-03, Rev 00, Release 2.4
F-67
The following are examples of using the the “remote”, “local”, and “override” 
values with the setType attribute and the AastraIPPhoneConfiguration object.
Remote Setting Examples (default)
The following are examples that are the same as using setType=”remote” setting 
for a specific configuration item (softkey1 label).
<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>
RESULT: If the value for "softkey1 label" is not specified via the configuration 
files, or another setType="remote" setting, the XML examples shown above 
assign the value of "Test". This value is lost when the phone reboots. If the value 
for "softkey1 label" has been specified locally, these XML examples do not 
change that value.
Notes: 
1.
If you enter a value for the “setType” attribute in the root tag of the 
AastraIPPhoneConfiguration object, the setting affects all of the 
configuration parameters and their sub-elements.
2.
If you enter a value for the “setType” attribute for a single 
configuration item, the setting affects on that configuration item and its 
sub-elements.
Draft 1