Aastra Telecom 675xi Series User Manual

Page 42

Advertising
background image

New Features in Release 2.4

38

RN-001029-03, Release 2.4, Rev 00

IP Phone Release Notes 2.4

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>

</AastraIPPhoneConfiguration>

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.

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>

</AastraIPPhoneConfiguration>

RESULT: The value of "softkey1 label" is set to "Test". This value persists through reboots of
the phone.

Advertising