Aastra Telecom 9480i CT Series Manuel D’Utilisation

Page de 1184
Creating an XML Application
 41-001160-03, Rev 00, Release 2.4
F-65
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.
Draft 1