XML API for Tiptel.com SIP Phones 31xx
Used XML objects:
XML object
Position
Type
Description
TiptelIPPhoneDirecto
ry
Root tag
Mandatory Root element
Beep
Root tag
Optional
Set = "yes" to generate a notification beep by phone.
Default is "no"
style
Root tag
Optional
"numbered" or "none" indicate the style of the menu.
Default is "numbered"
Next
Root tag
Optional
The corresponding URI of SoftKey "Next"
Previous
Root tag
Optional
The corresponding URI of SoftKey "Previous"
Timeout
Root tag
Optional
If there are no operations from users after entering into
the view within the time, the phone will exit to the
standby interface. Default is 45 s
See section 3.14.1 for more details.
LockIn
Root tag
Optional
See section 3.14.2 for details. Default is "no".
Cancel Action
Root tag
Optional
Defines the URI to be called when the user cancels the
view.
destroyOnExit
Root tag
Optional
“yes” indicates that the object will be removed from the
XML browser stack after exit.
If not specified or set “no” the object is kept in the XML
browser after exit.
Page 26 / 50
<?
xml
version="1.0" encoding="UTF-8"?>
<
TiptelIPPhoneDirectory
Next
= "http://myserver.de/next_page.xml"
Previous
= "
http://myserver.de/previous_page.xml
" >
<
Title>
Title of directory"</
Title>
<
MenuItem
>
<
Prompt>
Tiptel.com</
Prompt>
<
URI>
021024280</
URI>
</MenuItem>
<
SoftKey
index="1">
<
Label>
Exit</
Label>
<
URI>
SoftKey:Exit</
URI>
</SoftKey>
<
SoftKey
index="2">
<
Label>
Previous</
Label>
<
URI>
SoftKey:Previous</
URI>
</SoftKey>
<
SoftKey
index="3">
<
Label>
Next</
Label>
<
URI>
SoftKey:Next</
URI>
</SoftKey>
<
SoftKey
index="4">
<
Label>
Dial</
Label>
<
URI>
SoftKey:Dial</
URI>
</SoftKey>
<
SoftKey
index="8">
<
Label>
plus</
Label>
<
URI>
SoftKey:Edit_and_Dial</
URI>
</SoftKey>
</
TiptelIPPhoneDirectory
>