Specifications
Aastra July 2014 PA-001011-03-04
158
4 XML extensions
4.1 Customizable Softkeys (softlkey phones)
The Softkey object can be used to override the default softkeys in each of the XML objects. It
allows developers to link arbitrary URIs to keys in the XML screens and invoke softkey behavior
native to each XML screen type.
XML Description (9480i/9480iCT/55i/57i/57iCT/6735i/6737i/6867i)
6 softkeys are available
<SoftKey index = “1-6” icon = “iconindex”>
<Label>Text</Label>
<URI>
http(s)://someserver/somepage
OR SoftKey:XXXXXX
OR Dial:somenumber
</URI>
</SoftKey>
<IconList>
<Icon index = “iconindex”>Icon:Iconname or Hex Icon</Icon>
<Icon index = “iconindex”>Icon:Iconname or Hex Icon</Icon>
<!—As many as used in the softkey definition -->
</IconList>
Notes:
Icons are not supported on the 6867i
Custom softkeys are only available for the UI XML objects.
If you use custom softkeys, the default softkeys of the XML object are not displayed
anymore. This means they have to be recreated as custom softkeys.
XML Description (6739i)
10 softkeys are available
<SoftKey index = “1-10”>
<Label Color=”white/black/red/green/brown/blue/magenta
cyan/lightgray/darkgray/lightred/lightgreen
yellow/lightblue/lightmagenta/lightcyan”
>Text</Label>
<URI>
http(s)://someserver/somepage
OR SoftKey:Exit
OR SoftKey:Submit
OR Dial:somenumber
</URI>
</SoftKey>
<IconList>
<Icon index = “iconindex”>Icon:Iconname or Hex Icon</Icon>
<Icon index = “iconindex”>Icon:Iconname or Hex Icon</Icon>
<!—As many as used in the softkey definition -->
</IconList>