New "Line" Parameter In The Dial Tag For Aastraipphonetextmenu Object - Aastra 9143i Series Release Notes

Hide thumbs Also See for 9143i Series:
Table of Contents

Advertisement

New "Line" Parameter in the Dial Tag for AastraIPPhoneTextMenu
Object
In Release 2.6, an XML Developer can now define which SIP line to use when using the
"dial" tag in the AastraIPPhoneTextMenu object instead of having the phone selecting
the first available line. The AastraIPPhoneTextMenuItem object now supports:
<MenuItem base = "http://base/" icon = "icon index" >
</MenuItem>
Example
In the following example, when the User selects the second item in the menu and
presses the "Dial" key, the phone dials "6789" using the first available SIP line. If the
User presses the "Dial2" key, the phone dials the same number but using line 2 or the
first available line if line 2 is not available.
<?xml version="1.0" encoding="ISO-8859-1"?>
<AastraIPPhoneTextMenu destroyOnExit="yes">
RN-001029-05 REV 00 – 04.2010
<Prompt>Choice</Prompt>
<URI>http://somepage.xml</URI>
<Dial line="SIP line">Number to dial<Dial>
<Selection>Selection</Selection>
<Title>Title</Title>
<MenuItem>
<Prompt>Choice 1</Prompt>
<URI>Dial:1234</URI>
<DialLine="2">1234</Dial>
</MenuItem>
<MenuItem>
<Prompt>Choice 2</Prompt>
<URI>Dial:6789</URI>
<DialLine="2">6789</Dial>
</MenuItem>
<SoftKey index="1">
<Label>Dial</Label>
<URI>SoftKey:Dial</URI>
</SoftKey>
<SoftKey index="2">
<Label>Dial2</Label>
<URI>SoftKey:Dial2</URI>
</SoftKey>
<SoftKey index="6">
New features in release 2.6
43

Advertisement

Table of Contents
loading

This manual is also suitable for:

67xxi series9480i series9480i ct series67 series

Table of Contents