XML API for Tiptel.com SIP Phones 31xx
Used XML objects
XML object
Position
Type
Description
SoftKey
Body
Optional
index
SoftKey root tag
Optional
Indicates the SoftKey number
valid values: 1-8
If "index" is skipped then the defined SoftKeys get
indexes automatically starting at index 1.
name
SoftKey root tag
Optional
Indicates setting up a hard key. See section 3.13.2 for
details.
If the attribute “name” is not set a regular soft key is
assumed.
Label
SoftKey Body
Mandatory
if index is
set
Text of SoftKey
URI
SoftKey Body
Mandatory Soft key: Internal URI (2.6.4) or external URI describing
the action to be executed
Hard key: External URI describing the action to be
executed
3.13.2
Using the internal object "SoftKey” for customizing hard keys
For some applications there is the need to call URLs by pressing the keys 0-9, '#', '*' or others. This feature is
available in the following objects:
➢
IPPhoneTextMenu (3.3)
➢
IPPhoneTextScreen (3.4)
➢
IPPhoneInputScreen (3.5)
➢
IPPhoneDirectory (Type A) (3.6)
XML file description:
Used XML objects
XML object
Position
Type
Description
SoftKey
Body
Optional
Page 38 / 50
<
SoftKey name
= "key">
<
URI>
any external uri</
URI>
</
SoftKey
>
<
SoftKey index
= "1-8"
name
="key">
<
Label>
text</
Label>
<
URI>
any uri</
URI>
</
SoftKey
>