AASTRA 480i User Manual

Page of 504
How to Create an XML Application
G-6
41-001129-00 Rev 09, Release 1.4.1  
IP Phone Administrator Guide
Appendix G
Text Screen Object (Message Screens)
The screen object can be used to display text. The screen word wraps 
appropriately and can scroll to display a message longer then four lines.
Text Screen Object Implementation
The following is how you would implement the Text Screen object.
Softkey:
6=Done
XML Description:
<AastraIPPhoneTextScreen
    destroyOnExit = "yes/no">
<Title>Screen Title</Title>
<Text>The screen text goes here</Text>
</AastraIPPhoneTextScreen>
XML example:
<AastraIPPhoneTextScreen>
<Title>Screen Object</Title>
<Text>The screen object can be implemented similar to the 
firmware info screen. Note that white space is preserved in XML so 
the display should word-wrap appropriately. Only three lines can 
display at a time.</Text>
</AastraIPPhoneTextScreen>
Note: 
For all available parameters you can use for the Text Screen object, 
and for an explanation of each parameter, see Aastra Telecom’s 
"XML Developer’s Guide".