Aastra Telecom 57I C53I IP Phone User Manual


 
How to Create an XML Application
G-18 41-001160-00, Rev 01 Release 2.0
IP Phone Administrator Guide
Appendix G
UserInput Object for Time and Date Formats (User Input Screens)
The AastraIPPhoneInputScreen object allows you to specify US ( (HH:MM:SS
am/pm and MM/DD/YYYY) or International (HH:MM:SS and DD/MM/YYYY)
time/date formats for an XML user input screen on the IP phone.
Using this AastraIPPhoneInputScreen object, you can specify the following
attributes for date/time format to create the user input screen:
•“timeUS
•“timeInt
•“US Date
“Int Date”
You can use these XML attributes in an application that requires the user to
specify a time or a date, for example, when scheduling a meeting. The user could
press a softkey that gets the XML script asking you to enter a time/date. This time/
date is then forwarded to a script that schedules the meeting or reports a conflict.
XML Examples:
The following example illustrates the AastraIPPhoneInputScreen object using the
time/date attributes.
United StatesTime
<AastraIPPhoneInputScreen type="timeUS">
<Title>US Time</Title>
<Prompt>Enter Current Time:</Prompt>
<Parameter>Time</Parameter>
</AastraIPPhoneInputScreen>
Note: You use this time/date format in an XML script that displays in an
XML window. This time/date format does NOT affect the time/date
format configured under the Options Menu on the phone.