Creating an XML Application

How to Create an XML Application

Note: You can add more configuration items as applicable. There is a limit of 5000 bytes (less than 5k) on the size of XML configuration objects.

XML Example:

The following is an example of an XML configuration script that creates a softkey you can press on the IP phone to push the configuration from the server to the phone:

<AastraIPPhoneConfiguration>

<ConfigureItem>

<Parameter>softkey1 label</Parameter> <Value>John Doe</Value>

</ConfigureItem>

<ConfigureItem> <Parameter>softkey1 type</Parameter> <Value>speeddial</Value>

</ConfigureItem>

<ConfigureItem>

<Parameter>softkey1 value</Parameter> <Value>5551234</Value>

</ConfigureItem>

</AastraIPPhoneConfiguration>

Appendix G

41-001160-00, Release 2.1, Rev 04

G-45

Page 783
Image 783
Aastra Telecom 53I, 57I CT, 55I manual XML Example