Avaya 4600 IP Phone User Manual


 
4600 Series IP Telephone LAN Administrator’s Guide
Wireless Telephony Applications (WTA)
C-20
The code shows a hyperlink as Call 5551212
on the web screen of an Avaya 4620 IP Telephone.
A phone icon precedes this hyperlink, indicating that it is a “click-to-dial” number. When this link is
selected on the phone, the phone will dial the string “5551212” or any phone number followed by a
semicolon in the WTAI code on the previous page.
Click-to-dial using <anchor> 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="callid2" title="Using anchor tag">
<p>
<p align=”center”>***Customer Service***</p>
Your order will ship in 3-5 days.
If you have any questions, then
<anchor>Call us
<go href="wtai://wp/mc;5551212"/>
</anchor>
</p>
</card>
</wml>
The above-generated code is rendered as the following diagram:
A phone icon is only generated when an <a> tag is used.
Web: Using anchor tag
***Customer Service***
Your order will ship in 3-5 days.
If you have any questions, then
Call us
.
.
....