Aastra Telecom 9480i CT Series User Manual

Page of 1184
Creating an XML Application
 41-001160-03, Rev 00, Release 2.4
F-39
Directory Object (Directory List Screen)
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>
<MenuItem>
<Prompt>Contact Name</Prompt>
<URI>number</URI>
</MenuItem>
<!-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.
Draft 1