Aastra Telecom 9143i Series IP Phone User Manual


  Open as PDF
of 1184
 
Creating an XML Application
41-001160-03, Rev 00, Release 2.4 F-31
For all phones, once the user presses the custom softkey (Drop, Conf, Xfer), the
softkey disappears after the action is performed. For example, after pressing the
Xfer key on an active call from an XML screen, the Xfer key disappears and the
dialing screen appears.
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.
Draft 1