Action Elements - Avaya 9640 Series Developer's Manual

One-x deskphone edition for 9600 series sip ip telephones
Hide thumbs Also See for 9640 Series:
Table of Contents

Advertisement

<List id="appLines">
<Item>
<Label>Concierge</Label>
<Actions trigger="OnActivate">
</Actions>
<Actions trigger="OnFocus">
DisplayLabel>
</Actions>
</Item>
</List>
In the example below, the Item is positioned below the softkeys list. This will display as a softkey
on the phone display. Once the user presses the softkey button, the extension number 46052 is
dialled. Since the softkey cannot be the focal point, the actions with trigger OnActivate is
used instead of OnFocus.
<List id="softkeys">
<Item>
<Label>Help</Label>
<Actions trigger="OnActivate">
</Actions>
</Item>
</List>

Action Elements

An IPTML Element contains a sequence of zero or more Actions. The Action element defines
the actions associated with an Item. Each action is triggered by an Event and has an attribute
specifying what initiates it. An Action Element can contain a sequence of individual actions.
<Dial>46052</Dial>
<DisplayLabel>Please press OK to call the Concierge</
<Dial>40653</Dial>
IPTML Overview
Issue 1 September 2008
23

Advertisement

Table of Contents
loading

Table of Contents