Syntax Implementation - Avaya 4600 Series Administrator's Manual

Release 2.1 lan administrator’s guide
Hide thumbs Also See for 4600 Series:
Table of Contents

Advertisement

to use the "add to speed dial" function. These tags are <a>, <anchor>, <img>, <do>, <onevent>,
<select>, <option>, and <optgroup>.
When a user activates the "add to speed dial" function, the web will transfer the name and number to the
Speed Dial application, and the user will have the opportunity to edit the entry according to the current
Speed Dial functionality.
The WTAI URI scheme is as follows:
wtai://<library>/<function> (; <parameter>)* [! <result>]
Scheme Definition:
< >
Denotes an enumerated operator.
[ ]
Denotes an optional section.
I
Denotes a pair of mutually exclusive options.
( )*
Repeat none or multiple items.
*( )
Repeat one or multiple items.
library
Name that identifies the library type, WTA Public uses library "wp".
function
Function within a library, for example, "mc" for function "make call" in "wp" library.
parameter
Zero or more parameters sent to a function; should be delineated by a semicolon ";".
result
Start of result defined by "!". Optional.

Syntax Implementation

Click to Dial Functionality
To enable the click to dial functionality, use the following syntax:
wtai://wp/mc;
This code can be embedded into any valid WML tag that implements href or a hyperlink such as <a> tag,
<anchor>, <do>, <option>, or <onevent> tags by associating these tags with a <go> tag.
Click-to-dial using <a> tag:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN"
<wml>
<card id="callid1" title="Click-to-Dial Demo">
<p>
Click on the link below to originate a call
<a href="wtai://wp/mc;5551212">Call 5551212</a>
</p>
</card>
</wml>
4600 Series IP Telephone Release 2.1 LAN Administrator's Guide
July 2004
Creating Web sites for the 4610SW and 4620 IP Telephones
number
"http://www.wapforum.org/DTD/wml13.dtd">
Wireless Telephony Applications (WTA)
127

Advertisement

Table of Contents
loading

Table of Contents