Phonebook xml element – Grandstream GXP2200 XML Phonebook Guide User Manual
Page 16

FIRMWARE VERSION 1.0.3.2 XML BASED DOWNLOADABLE PHONEBOOK GUIDE Page 15 of 21
PHONEBOOK XML ELEMENT
This section describes details of the XML element used in GXP2200 XML phone book file. Please note that
the element name is case-sensitive when being used in XML document.
<AddressBook>
<version>
Enter version number here. Usually 1
</version>
<pbgroup>
<id>
Enter group id here
</id>
<name>
Enter group name here
</name>
<ringtones>
Enter ring tone URL for the group
</ringtones>
</pbgroup>
<pbgroup>
<!-- Enter another group information here, same format as above -->
</pbgroup>
<Contact>
<FirstName>
Enter first name here
</FirstName>
<LastName>
Enter last name here
</LastName>
<Primary>
Primary number or not
</Primary>
<Frequent>
Favorite contact or not
</Frequent>
<Ringtone>
Enter ring tone URL here
</Ringtone>
<Phone type="
Specify phone type here
">
<phonenumber>
Enter phone number here
</phonenumber>
<accountindex>
Enter account index here
</accountindex>
</Phone>
<Mail type="
Specify phone type here
">
Enter Email address here
</Mail>
<Group>
Enter group ID here
</Group>
</Contact>
<Contact>
<!-- Enter another contact information here, same format as above -->
</Contact>
</AddressBook>