Avaya 4600 Series Uwagi o Aplikacji Strona 90

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 206
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 89
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.
.
.
....
Przeglądanie stron 89
1 2 ... 85 86 87 88 89 90 91 92 93 94 95 ... 205 206

Komentarze do niniejszej Instrukcji

Brak uwag