Motorola CA50 Developer & User Manual page 295

Table of Contents

Advertisement

HTML Elements Contained in the Body Element (Continued)
Table 10-2
Element
<input type="Command" name ="PHNPLACECALL"
options="1:192.168.0.22:1720:012345"
id="RightSoftkey" value ="Expert" >
CA50 Business Application Development 10 - 11
This input element allows business application developers to define a soft
key for users to press to place a phone call based on the attributes for the
"Command" input type.
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 softkey specified in "id".
Description

Advertisement

Table of Contents
loading

Table of Contents