Customizing the Content
30 Avaya 9600 Series SIP IP Telephone Developer Guide
Utilizing the Go Command to Launch an Application
As described in Action Elements the Go element can be used to:
● navigate to a card
● launch an application
● open a url in the WML browser
The following phone applications can be launched:
● CONTACTS - Contacts application
● CALLLOG - Call Log application
● OPTIONS - A (Avaya) Menu (or one of the sub-menus such as Options)
● WEB - launch the web browser
● FEATURE - feature screen
The following examples show different uses of the Go element.
Navigate to a card
<Item>
<Label>CardX</Label>
<Actions>
<Go>
<CardName>CardNumber1</CardName>
</Go>
</Actions>
</Item>