Aastra Telecom 480I CT IP Phone User Manual


 
New Features in 1.4.1
41-001024-00, Rev 09, Release 1.4.1 17
SIP IP Phone Models 480i, 480i CT, 9112i, 9133i Release Notes
The ”My Session ID” attribute must be unique to the application sending the
XML object to the phone. The application generates the session ID, which could
be a combination of letters and numbers. There is a maximum of one <Session>
tag per PhoneStatus object, so the <Session> tag is optional.
Examples
Example 1: The following is an example of using the AastraIPPhoneStatus
object:
<AastraIPPhoneStatus>
<Session>abc12345</Session>
<Message index="3">Server side call forwarding disabled</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/>