XML API for Tiptel.com SIP Phones 31xx
XML file example:
Used XML objects
XML object
Type
Description
PbookIPPhoneDirectory
mandatory
The root element
DirectoryEntry
optional
Directory item (up to 30 instances)
Name
mandatory
Label of the entry (max. 32 UTF8 chars)
Telephone
mandatory
Phone number or SIP address to be dialed (max. 126 Bytes)
3.12
XML Device Info
The phone provides device information in a XML file on request with HTTP GET Service URL "device info".
XML file description:
Page 36 / 50
<?
xml
version="1.0" encoding="UTF-8"?>
<
Pbook
IPPhoneDirectory
>
<
DirectoryEntry
>
<
Name
>Bob</
Name
>
<
Telephone
>+49116117</
Telephone
>
</
DirectoryEntry
>
<
DirectoryEntry
>
<
Name
>Alice</
Name
>
<
Telephone
Telephone
>
<
Telephone
Telephone
>
</
DirectoryEntry
>
</
Pbook
IPPhoneDirectory
>
<****
IPPhoneDirectory
>
<
DirectoryEntry
>
<
Name
>The name of the entry</
Name
>
<
Telephone
>The telephone number</
Telephone
>
<
Telephone
>Optional 2. telephone number</
Telephone
>
<
Telephone
>Optional 3. telephone number</
Telephone
>
</
DirectoryEntry
>
<!-up to 1000 DirectoryEntries may follow ->
</***
IPPhoneDirectory
>
<
TiptelIPPhoneDeviceInfo
>
<
Firmware
>Firmware Version X.Y.Z</
Firmware
>
<
Vendor
>Tiptel</
Vendor
>
<
Device
>Model abeviation</
Device
>
<
MAC
>MAC-Address</
MAC
>
<
SipUser1
>SIP User name</
SipUser1
>
</
TiptelIPPhoneDeviceInfo
>