Avaya 4600 IP Phone User Manual


 
4600 Series IP Telephone LAN Administrator’s Guide
Wireless Telephony Applications (WTA)
C-20
The code will show a hyperlink as Call Us
on the web screen of an Avaya 4620 IP Telephone.
When this link is selected on the phone, it will dial the string “5551212” or a number followed by a
semicolon in the WTAI code on the previous page.
Click-to-dial using <onevent> 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=”callid3” title=”Incorrect Login”>
<onevent type=”ontimer”>
<timer value=”50”/>
<go href=”wtai://wp/mc;+1888 555 1212"/>
</onevent>
<p>
You have exceeded number of tries.
A call will be automatically launched in 5 seconds.
</p>
</card>
</wml>
The above-generated code is rendered as the following diagram:
The code will automatically dial the number 1888 555 1212 after 5 seconds, once the web page is
loaded.
Web: Incorrect Login
You have exceeded number of
tries. A call will be automatically
launched in 5 seconds.
.
.
....