New Features in Release 3.0.1
10
RN-001037-00 Rev 02, Release 3.0.1
IP Phone Release Notes 3.0.1 Beta 2
Support for the AastraIPPhoneStatus Object
The IP phones support an XML AastraIPPhoneStatus object for displaying status messages on
the phone's idle screen. The messages display when the server pushes XML information to the
phone.
On the 6739i, the status messages display in a "box" on the idle screen which is also used by the
phone to display the missed calls. The user can scroll between messages (if more than one) using
the RIGHT and LEFT arrow keys on the side of the status "box". The AastraIPPhoneStatus
object feature is always enabled.
Examples
Example 1
: The following is an example of using the AastraIPPhoneStatus object:
<AastraIPPhoneStatus>
<Session>abc12345</Session>
<Message index="3">Call forwarding Activated</Message>
<AastraIPPhoneStatus/>
In this example, the AastraIPPhoneStatus object sends the default behavior with the status
message (i.e., the status message is added to the scroll list).
Example 2
: You can also use the AastraIPPhoneStatus object to remove status messages from
the display, by setting an empty tag for the <Message index> tag. The following example
removes the status message that was posted to the phone in Example 1.
<AastraIPPhoneStatus>
<Session>abc12345</Session>
<Message index="3"/>
<AastraIPPhoneStatus/>
For more information about the XML API objects, see Aastra's XML Developers Guide.
Note:
The AastraIPPhoneStatus object on the 6739i is now equivalent to the
AastraIPPhoneStatus feature in Release 2.5.x firmware.
Left Arrow
Key
Right Arrow
Key