Xml phonebook example – Grandstream GVC3200 phone book XML guide User Manual
Page 24

GVC3200 XML Based Downloadable Phonebook Guide
Page 23 of 23
XML PHONEBOOK EXAMPLE
<?xml version="1.0" encoding="UTF-8"?>
<AddressBook>
<version>
1
</version>
<pbgroup>
<id>
1
</id>
<name>
Work
</name>
<ringtones/>
</pbgroup>
<Contact>
<FirstName>
Jane
</FirstName>
<LastName>
Doe
</LastName>
<Phone type="Work">
<phonenumber>
81234567
</phonenumber>
<accountindex>
1
</accountindex>
</Phone>
<Mail type="Other">
</Mail>
<Group>
1
</Group>
</Contact>
<Contact>
<FirstName>
Alex
</FirstName>
<LastName>
Smith
</LastName>
<Phone type="Home">
<phonenumber>
1234567890
</phonenumber>
<accountindex>
1
</accountindex>
</Phone>
<Mail type="Other">
</Mail>
</Contact>
<Contact>
<FirstName>
John
</FirstName>
<LastName>
Williams
</LastName>
<Phone type="Mobile">
<phonenumber>
5432154321
</phonenumber>
<accountindex>
1
</accountindex>
</Phone>
<Mail type="Home">
</Mail>
</Contact>
</AddressBook>