Skip to content

XML: AastraIPPhoneTextMenu

Leon Rowland edited this page May 18, 2014 · 7 revisions

Create this XML now! See the Usage Example found here: https://github.com/clearvox/aastra-xml-php/wiki/Usage:-TextMenu

Not all components are supported. You can see more in the Official XML Documentation in the Sidebar.

<AastraIPPhoneTextMenu
    defaultIndex = "some integer"
    destroyOnExit = "yes/no"
    style = "numbered/none/radio"
    Beep = "yes/no"
    Timeout = "some integer"
    LockIn = "yes/no"
    GoodbyeLockInURI = "some URI"
    allowAnswer = "yes/no"
    allowDrop = "yes/no"
    allowXfer = "yes/no"
    allowConf = "yes/no"
    cancelAction = "some URI"
    wrapList = "yes/no"
    scrollConstrain = "yes/no"
    unitScroll = "yes/no"
    scrollUp = "Some URI"
    scrollDown = "Some URI"
    numberLaunch = "yes/no">
    <Title 
		Color = "white/black/red/green/brown/blue/magenta/cyan/lightgray/darkgray/lightred/lightgreen/yellow/lightblue/lightmagenta/lightcyan"
        wrap = "yes/no">
        Menu Title
    </Title>
    <TopTitle 
		Color = "white/black/red/green/brown/blue/magenta/cyan/lightgray/darkgray/lightred/lightgreen/yellow/lightblue/lightmagenta/lightcyan"
        icon = "icon index">
        Top Title
    </TopTitle>
    <MenuItem 
        base = "http://base/" 
        icon = "icon index">
        <Prompt 
            Color = "white/black/red/green/brown/blue/magenta/cyan/lightgray/darkgray/lightred/lightgreen/yellow/lightblue/lightmagenta/lightcyan"
            split = "integer">
            First Choice
        </Prompt>
        <URI>http://somepage.xml</URI>
        <Dial line="SIP line">Number to dial</Dial>
        <Selection>Selection</Selection>
    </MenuItem>
    <IconList>
        <Icon index="int">Icon:Iconname or HEX string</Icon>
        <!—As many as different icons used in the object -->
    </IconList>
    <!—Additional Menu Items may be added (up to 30)-->
    <!—Additional Softkey Items may be added (softkey phones)-->
</AastraIPPhoneTextMenu>

Official XML Toolkit

Aastra XML Doc (04/2014)

Clone this wiki locally