Specifications

PA-001011-03-04 Aastra July 2014
29
Example of a Web based tool
http://tools.decisionsoft.com/schemaValidate/
2.6 XML format
The text in the Aastra XML objects must be compliant with XML recommendations and special
characters must be escape encoded:
Character
Name
Escape Sequence
&
Ampersand
&
Quote
"
Apostrophe
'
<
Left angle bracket
&lt;
>
Right angle bracket
&gt;
Figure 8: XML conversion table
To respect XML recommandations, the following header can be set at the beginning of the XML
document,
<?xml version="1.0" encoding="ISO-8859-1"?>
Or
<?xml version="1.0" encoding="UTF-8"?>
By default UTF-8 is used by the phone.
2.7 HTTP format
The HTTP message sent to the Aastra SIP Phone must respect HTTP/1.1 and must include the
following parameters in the header:
Content-Length
Content-Type
The other parameters of the HTTP header are optional such as charset.