Avaya 4600 IP Phone User Manual


 
4600 Series IP Telephone LAN Administrator’s Guide
Wireless Telephony Applications (WTA)
C-18
Syntax Implementation 5
Click to Dial Functionality 5
To enable the click to dial functionality, use the following syntax:
wtai://wp/mc;number
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: 5
<?xml version=”1.0”?>
<!DOCTYPE wml PUBLIC “-//WAPFORUM//DTD WML 1.3//EN”
“http://www.wapforum.org/DTD/wml13.dtd”>
<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>
The above-generated code is rendered as the following diagram:
Web: Click-to-Dial Demo
Click on the link below to originate a call
Call 5551212
.
.
.
.
....