How to Create an XML Application
G-36 41-001160-00, Release 2.1, Rev 04
IP Phone Administrator Guide
Appendix G
Directory Object (Directory List Screen) (57i 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.
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:
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.