XML API for Tiptel.com SIP Phones 31xx
Example:
2.6.2
Internal URI "Led:"
The internal proprietary URI
"Led:"
allows to control the LED status of free programmable function keys on the
phone and extension modules, message waiting indicator, as well as display back light.
URI format:
Led:
XXXXXX
=on | off | fastflash | slowflash
Where
XXXXXX
variable is one of the following predefined key ids:
Key id
Description
Example
backlight
Turns the display back light on / off / ...
Led:backlight=on
mwi
Turns the message waiting indicator on / off / ...
Led:mwi=slowflash
mute
Turns the LED on mute button on / off / ...
Led:mute=on
speaker
Turns the LED on speaker button on / off / ...
Led:speaker=fastflash
fkey
NN
_
CCC
fkey
NN
.0_
CCC
Controls the LEDs of phone function keys
NN
is the number of function key (1 - 12)
CCC
is the color value. (red | green | amber)
The specification of the module number 0 is optional.
Led:fkey5_red=fastflash
Led:fkey5.0_red=fastflash
Led:fkey8=off
Led:fkey8.0=off
Led:fkey8.0_green=off
fkey
NN
.s_
CCC
Supported since Firmware 3.0.0. on phones with colour displays
Controls the LED icons of phone selection keys presented on the right side
of the display.
NN
is the number of function key (1 - 6)
CCC
is the color value. (red | green | amber)
The specification of the module number s is mandatory.
Led:fkey1.s_red=fastflash
Led:fkey2.s_green=slowflash
Led:fkey3.s_green=on
Led:fkey3.s_red=off
Led:fkey3.s=off
fkey
NN
.
M
_
CCC
Controls the LEDs of an extension module
NN
is the number of a key on module (1 - 27)
M
is the module number (1 - 3)
CCC
is the color value. (red | green | amber)
The specification of the module number is mandatory.
Led:fkey5.1_red=fastflash
Led:fkey6.1_green=slowflash
Led:fkey7.1_green=on
Led:fkey8.1_red=off
Led:fkey8.1=off
Example:
Page 10 / 50
<?
xml
version="1.0" ?>
<
TiptelIPPhoneExecute
>
<
ExecuteItem
URI
="Led:mwi=slowflash"/>
<
ExecuteItem
URI
="Led:
backlight
=on"/>
<
ExecuteItem
URI
="Led:fkey2
_red
=on"/>
<
ExecuteItem
URI
="Led:fkey7.0
_green
=fastflash"/>
<
ExecuteItem
URI
="Led:fkey3.1
_green
=
slowflash
"/>
<!-- LED icon of first selection key on display -->
<
ExecuteItem
URI
="Led:fkey1.s
_amber
=fastflash"/>
</
TiptelIPPhoneExecute
>
<?
xml
version="1.0" ?>
<
TiptelIPPhoneExecute
>
<
ExecuteItem
URI
="Key:fkey2"/>
<
ExecuteItem
URI
="Key:line3"/>
</
TiptelIPPhoneExecute
>