How to Create an XML Application
41-001160-00, Release 2.1, Rev 04 G-45
Creating an XML Application
Appendix G
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>
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.