Avaya 4600 IP Phone User Manual


 
4600 Series IP Telephone LAN Administrator’s Guide
Wireless Telephony Applications (WTA)
C-22
Add to Speed Dial Functionality 5
Add to Speed Dial is referred to as Add to Phone Book by WTA. When a user clicks on the add to
speed dial tag, the web will transfer the name and number to the speed dial application of the
Avaya 4620 IP Telephone, which will allow the user to edit and save the entry to their speed dial
list.
To enable the add to speed dial functionality, use the following syntax:
wtai://wp/ap;number;name
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.
Add to speed 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=”addap1” title=”Add to speed dial Demo”>
<p>
My number is:
<a href=”wtai://wp/ap;5551212;My Company”>5551212</a>
</p>
</card>
</wml>
The above-generated code is rendered as the following diagram:
Web: Add-to-speed dial Demo
My number is:
5551212
.
.
.
.
....