Aastra Telecom 480I IP Phone User Manual


 
How to Create an XML Application
G-12 41-001129-00 Rev 09, Release 1.4.1
IP Phone Administrator Guide
Appendix G
Directory Object (Directory List Screen) (480i only)
The Directory object allows you to browse an online directory in real time. It
displays an automatically numbered list of contacts. By selecting a contact with
the cursor, the contact can be dialed directly by pressing the "Dial" softkey or
picking up the receiver. The Directory object has the optional softkeys of
"Previous" and "Next" which can be linked to other XML objects.
Directory Object Implementation
The following is how you would implement the Directory object in XML.
Softkeys
:
1=Dial,
•6= Done,
2=Previous (optional),
5=Next (optional)
XML Description
:
<AastraIPPhoneDirectory destroyOnExit="no" next="uri"
previous="uri">
<!-Attributes are optionalà
<Title>Directory Title</Title>
<Menu Item>
<Prompt>Contact Name</Prompt>
<URI>number</URI>
</Menu Item>
<!-Additional Menu Items may be added -->
</AastraIPPhoneDirectory>
Note: In the above example, if the user entered 12345, then the URL sent
back to the server is http://10.50.10.53/script.pl?passwd=12345.
Note:
1. For all available parameters you can use for the Directory object, and
for an explanation of each parameter, see Aastra Telecom’s
"XML Developer’s Guide".
2. If the URI entry contains a "?" the phone appends an "&" instead.