![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/d/6b/d6b4afa6-4ce5-eed4-252f-64f79e574e0d/d6b4afa6-4ce5-eed4-252f-64f79e574e0d-bg17.png)
Enhancements/Changes in 2.0.2, Build 1040
RN-001029-00, Release 2.0.2, Rev 02 19
SIP IP Phone Models 53i, 55i, 57i, 57i CT Release Notes
New XML Features
CLN05048 AastraIPPhoneTextMenu object now supports the following:
• Turning off automatic numbering of items
• Use of bullets when listing items
You turn off automatic numbering of items by adding the attribute “style=none” to the
root tag of the AastraIPPhoneTextMenu object.
For example:
<AastraIPPhoneTextMenu style=”none”>
<Title>Example</Title>
<MenuItem>
<Prompt>Item 1</Prompt>
<URI>10.50.10.49</URI>
</MenuItem>
</AastraIPPhoneTextMenu>
You can use bullets when listing items by adding the attribute “style=radio” to the
root tag of the AastraIPPhoneTextMenu object.
For example:
<AastraIPPhoneTextMenu style=”radio”>
<Title>Example</Title>
<MenuItem>
<Prompt>Item 1</Prompt>
<URI>10.50.10.49</URI>
</MenuItem>
</AastraIPPhoneTextMenu>
XML Get Timeout Feature
The phone implements HTTP GETs as synchronous calls within linemgr. If the far
side accepts the GET connection but never returns a response, it blocks the phone
until it is rebooted.
A timeout has been added to the phone that you can set via the configuration files to
correct this. The timeout parameter is “xml get timeout”. Valid values are 0 (never
time out) to 214748364 seconds. The default is 0.
Issue Number Description of Feature/Enhancement