XML API for Tiptel.com SIP Phones 31xx
Key
Function description
Ok
If LockIn is set "no", the function of the "OK" key will be the same as
SoftKey "Dial", if it is "yes", there will be no response
OffHook/ Linekey/ Handfree key/
Headset offhook
If LockIn is set "no", the function of the key will be the same as SoftKey
"Dial", if it is "yes", there will be no response.
3.7 IPPhoneStatus XML object
The IPPhoneStatus XML object can be used to display messages via Push XML.
There are two output modes:
➢
Presentation in a tree view in full screen mode
➢
Presentation in status area on idle screen
XML file description:
Note: The "****" in "****IPPhoneStatus" can be any string, also can be left empty..
XML file example: Full screen presentation of all messages in a scrollable tree view.
XML file example: Removing message with index 0
XML file example: presentation of maximum one message in status area on idle screen
Page 28 / 50
<****
IPPhoneStatus
Beep
= "yes/no"
Embedded
= "yes/no"
triggerDestroyOnExit
= "yes/no"
>
<Session>
Any Session ID
</Session>
<Message index="
index
" type="
alert
" Timeout="
timeout in s
"
>
Message text
</Message>
<!-Up to 10 message items may be added - ->
</****
IPPhoneStatus
>
<?
xml
version="1.0" encoding="UTF-8"?>
<
TiptelIPPhoneStatus Beep="
yes
"
>
<
Message index=
"0">I'm the message text
</Message>
<
Message index=
"4"
type
="alert"
Timeout
="60">this is message 4
</Message>
</
TiptelIPPhoneStatus
>
<?
xml
version="1.0" encoding="UTF-8"?>
<
TiptelIPPhoneStatus Beep="
yes
"
>
<
Message index=
"0">
</Message>
</
TiptelIPPhoneStatus
>