Motorola CA50 Developer & User Manual page 516

Table of Contents

Advertisement

J - 6
CA50/UCA Client & Server Developer & User Guide
Commands and HTML Usage (Continued)
Table J-2
Element
<input type="Command" id="RightSoftKey"
name="PHNPLACECALL"
options="1:192.168.0.22:1720:012345"
value="Expert"/>
<input type="Command"
name="PHONEHANGUP" options=""
id="RightSoftKey" value="HangUp"/>
This input element allows business application developers to define a
soft key for users to make a phone call.
input type="Command"
Command is a key word for the browser. It instructs the browser to
execute the command specified in "name" when the specified key is
pressed.
name="PHNPLACECALL"
PHNPLACECALL is a key word for the browser. It instructs the browser
to dial the string found in "options" when the specified key is pressed.
options="1:192.168.0.22:1720:012345"
Dialing string (DTMF supported format). Options is formatted as
follows:
PBX(0) or P2P(1):extension:port:DTMF string
Where all :'s must be present even if it is PBX and there is no port or if
there is no DTMF string Extension-IP address or an actual extension on
the PBX Port - for P2P
DTMF string.
id="RightSoftKey"
Specifies the key that initiate the command. Valid values are
"RightSoftKey" and "LeftSoftKey".
value="Expert"
Text to display over the soft key specified in "id".
This input element allows business application developers to define a
soft key for users to hang up when on an active phone call.
input type="Command"
Command is a key word for the browser. It instructs the browser to
execute the command specified in "name" when the specified key is
pressed.
name="PHONEHANGUP"
PHONEHANGUP is a key word for the browser. On receiving this, the
browser instructs the UCAclient to hang up if on an active phone call
options=" "
This command does not take any parameter.
id="RightSoftKey"
Specifies the key that initiate the command. Valid values are
"RightSoftKey" and "LeftSoftKey".
value="HangUp"
Text to display over the soft key specified in "id".
Description

Advertisement

Table of Contents
loading

Table of Contents