XML API for Tiptel.com SIP Phones 31xx
If the message does not fit to the output area the full message can be seen after pressing soft key “Messages”
1
in the
full screen presentation.
Used XML objects:
XML object
Position
Type
Description
TiptelIPPhoneStatus Root tag
Mandatory Root element
Beep
Root tag
Optional
Set = "yes" to generate a notification beep by phone.
Default is "no"
Embedded
Root tag
Optional
Set = "yes" to present message index=”0” on idle screen.
Default is "no"
Messages with other indexes will not be presented on
idle screen!
triggerDestroyOnExit Root tag
Optional
If this XML object is sent with triggerDestroyOnExit =
“yes” while an UI XML object with an attribute
destroyOnExit = “yes” is visible the UI XML object is
triggered to exit. If no other UI XML object is on the stack
which has to be presented the IPPhoneStatus XML
object is presented.
See section 3.14.3 for more details.
Session
Body
Optional
Session Id can be any string. Session ID used to identify
the application displaying message. It allows message
change and message reset.
Message
Body
Mandatory Message to be displayed or empty to reset the message.
Up to 10 items
index
Message Body
Mandatory Index of the message for the session, the index starts at
0.
type
Message Body
Optional
Type of message, only "alert" is supported. If not
specified the message stays on the screen until it is
reset by an empty message or exiting the screen with
SoftKey:Exit
Timeout
Message Body
Optional
Timeout of the "alert" message, overrides the 3s default
value.
Default soft keys:
The following soft keys will be presented:
SoftKey index
Name
URI
1
Exit
SoftKey:Exit
Returns to the standard idle screen.
Key processing:
1
Labelling of soft key according current language setting.
Page 29 / 50
<?
xml
version="1.0" encoding="UTF-8"?>
<
TiptelIPPhoneStatus Beep="
yes
" Embedded="
yes
"
>
<
Message index=
"0">This message is presented\non the
idle screen
</Message>
</Message>
</
TiptelIPPhoneStatus
>