Specifications
Aastra July 2014 PA-001011-03-04
150
Resulting Screens (6739i)
Alert Message
Message 1 is a very
long message
Message 2 is shorter
Displayed for 5s
Scrolling every 3s
Figure 94: PhoneStatus Example (6739i)
Note: The PhoneStatusMsg object can also be used to remove status messages from the
display using the same SessionID and the same index. This can be accomplished by
setting an empty tag for the Message tag. For example, here is the XML object to remove the
previous messages (as the second message was in alert mode it does not remain on the
display so no need to remove it).
<AastraIPPhoneStatus>
<Session>abc12345</Session>
<Message index="0"/>
<Message index="1"/>
<AastraIPPhoneStatus/>
Note (6739i): The PhoneStatusMsg object can also be used to remove icons from the
display using the same SessionID, the same index but setting the icon to “Icon:None”.
This XML example displays the “information” icon on the top line.
<AastraIPPhoneStatus>
<Session>abc12345</Session>
<Message index="1" type="icon" icon="1"></Message>
<IconList>
<Icon index=“1”>Icon:Information</Icon>
</IconList>
</AastraIPPhoneStatus>
To remove this icon, the following content must be sent
<AastraIPPhoneStatus>
<Session>abc12345</Session>
<Message index="1" type="icon" icon="1"></Message>
<IconList>
<Icon index=“1”>Icon:None</Icon>
</IconList>
</AastraIPPhoneStatus>