
About The Web Browser
92 4600 Series IP Telephones Application Programmer Interface (API) Guide
Add to Speed Dial Functionality
Add to Speed Dial is referred to as Add to Phone Book by WTAI. When a user clicks Add to
Speed Dial, the Web transfers the name and number to the telephone’s speed dial application.
The speed dial application allows 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 by
associating these tags with a <go> tag. Examples of tags you can associate with the <go> tag
are the <a> tag, <anchor>, <do>, <option>, or <onevent> tags.
Add to Speed Dial using <a> tag:
<?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>
Commenti su questo manuale