
About The Web Browser
90 4600 Series IP Telephones Application Programmer Interface (API) Guide
The code shows a hyperlink as Call Us on the Web page. When a user selects this link, the
phone dials the string “5551212” or any number that follows a semicolon in the WTAI code.
Click-to-dial using <onevent> tag:
<?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 generated code is rendered as the following diagram:
The code automatically dials the number “1888 555 1212" after 5 seconds, once the Web page
loads.
Web: Incorrect Login
You have exceeded number of
tries. A call will be automatically
launched in 5 seconds.
.
.
....
Komentarze do niniejszej Instrukcji