Menu Elements - Motorola CA50 Developer & User Manual

Table of Contents

Advertisement

<Menu ID="14" name="DeskCallOnHold" title="Options">
<entry ID="1" value="HangUp:S:L:PhoneHangUp"/>
<entry ID="2" value="Transfer:M:L:TransferPhoneBook"/>
<entry ID="3" value="UnHold:S:L:PhoneResume"/>
<entry ID="4" value="Applications:M:L:Applications"/>
</Menu>
<Menu ID="15" name="AppCallOnHold" title="Options">
<entry ID="1" value="HangUp:S:L:PhoneHangUp"/>
<entry ID="2" value="Transfer:M:L:TransferPhoneBook"/>
<entry ID="3" value="UnHold:S:L:PhoneResume"/>
</Menu>
<Menu ID="16" name="AECForHeadset" title="AEC HS">
<entry ID="1" value="Enable:S:L:SetAEC:1"/>
<entry ID="2" value="Disable:S:L:SetAEC:0"/>
</Menu>
</Menus>

Menu Elements

There can be any number of <Menu> elements contained in the <Menus> element. Each <Menu> can contain any
number of <entry> elements. Each <Menu> element should be assigned sequential IDs. The <Menu> element
name is the term by which the menu is referred to from another menu entry. The title is the display name in the title
bar at the top of the CA50 display.
Menu entries should be listed in the order they are to display; their IDs should also be sequential. The value is
interpreted as follows: 'Entry Text:Opt1:Opt2:data'
where:
'Entry Text' - is what gets displayed as the menu item to be selected
Opt1 - is M or S meaning (M)enu or (S)pecial option
Opt2 - is S or L meaning (S)erver or (L)ocal
data depends upon Opt1 and Opt2 as follows:
M:L:Menu Name - Specifies name of another locally stored static menu.
M:S:Menu.xml:URI - specifies name of dynamic menu and Web service URI to retrieve this dynamic
menu which is cached locally.
S:L:Command[:options] - specifies an agent recognized action with possible options.
S:S:URL - URL to open with the UCA client application browser.
NOTE URIs or URLs with GET parameters need to use the "&amp;" instead of just the "&" due to XML
processing.
XML Profile for Configuration 7 - 15

Advertisement

Table of Contents
loading

Table of Contents