How to Create an XML Application
41-001160-00, Release 2.1, Rev 04 G-21
Creating an XML Application
Appendix G
UserInput Object (User Input Screens)
The AastraIPPhoneInputScreen object allows application developers to create
screens for which the user can input text where applicable. (Line 1 is a title, Line 4
is an input prompt, and Line 5 is an input field). The IP phones support three
parameter types: IP Addresses, Numbers (integers), and Strings. Each parameter
has a URL tag that is used to send information back to the HTTP server. The label
in the parameter tag is appended to the address in the URL tag and sent via HTTP
GET.
For User input screens, you can also create the following:
Time and Date Format User input screens. For more information, see “Time
and Date Formats (User Input Screens)” on page G-28.
Multiple input fields per AastraIPPhoneInputScreen object. For more
information, see “Multiple Input Fields (User Input Screens)” on pageG-31.
Implementation (IP Addresss)
The following is how you would implement the AastraIPPhoneInputScreen
object using an IP Address.
Softkeys:
• 1=Backspace
•2=Dot
• 3=ChangeCase
• 4=Numeric/Alpha
• 5=Cancel
•6=Done
Note: For all available parameters you can use for the
AastraIPPhoneInputScreen object, and for an explanation of each
parameter, see Aastra Telecom’s "XML Developer’s Guide".