Root element <addressbook, Pbgroup> element, Table 1: <addressbook> element – Grandstream GXP2200 XML Phonebook Guide User Manual
Page 17: Table 2: <pbgroup> element

FIRMWARE VERSION 1.0.3.2 XML BASED DOWNLOADABLE PHONEBOOK GUIDE Page 16 of 21
ROOT ELEMENT <AddressBook>
<AddressBook> is the root element of the XML document. This element is mandatory.
Table 1: <AddressBook> Element
Object
Position
Type
Values
Comments
AddressBook
Root element
Mandatory
-
Root element of the XML document
version
Child element
Optional
Number
XML format version number. Usually 1.
pbgroup
Child element
Optional
-
Define groups.
Contact
Child element
Mandatory
-
Each contact is a phone book entry.
<pbgroup> ELEMENT
Table 2: <pbgroup> Element
Object
Position
Type
Values
Comments
pbgroup
Element
Optional
-
Each pbgroup is a group. More than 1
group can be defined
id
Child element
Optional
Number
To specify group ID.
name
Child element
Mandatory
String
Group name.
ringtones
Child element
Optional
String
The directory/path to the ring tone file
stored in the GXP2200.
<AddressBook>
<!-- Enter phone book information here -->
</AddressBook>
<pbgroup>
<id>
Enter group id here
</id>
<name>
Enter group name here
</name>
<ringtones>
Enter ring tone URL for the group
</ringtones>
</pbgroup>