Specifications
Aastra July 2014 PA-001011-03-04
162
SoftKey
Formatted
TextScreen
ImageScreen
ImageMenu
Conf
2
X
X
X
SoftKey List
You can define up to six or ten softkeys depending on the phone model before the closing tag of
any object. The following example illustrates the use of the softkey XML element used with the
Text Menu object, and the resulting screen output.
XML Example 1
<AastraIPPhoneTextMenu>
<Title> My Directory </Title>
<MenuItem>
<Prompt>John Doe 1</Prompt>
<URI>10.50.10.49</URI>
</MenuItem>
<MenuItem>
<Prompt>John Doe 2</Prompt>
<URI>Dial:200</URI>
</MenuItem>
<MenuItem>
<Prompt>John Doe 3</Prompt>
<URI>Dial:201</URI>
<Dial>201</Dial>
</MenuItem>
<SoftKey index = “3”>
<Label>Previous</Label>
<URI>http://someserver/somepage.xml</URI>
</SoftKey>
<SoftKey index = “8”>
<Label>Next</Label>
<URI>http://someserver/somepage.xml</URI>
</SoftKey>
<SoftKey index = “10”>
<Label>Exit</Label>
<URI>SoftKey:Exit</URI>
</SoftKey>
</AastraIPPhoneTextMenu>