Phonebook xml element, Root element <addressbook – Grandstream GVC3200 phone book XML guide User Manual

Page 21

Advertising
background image

GVC3200 XML Based Downloadable Phonebook Guide

Page 20 of 23

PHONEBOOK XML ELEMENT

This section describes details of the XML element used in GVC3200 XML phone book file. Please note that

the element name is case-sensitive when being used in XML document.

ROOT ELEMENT <AddressBook>

<AddressBook> is the root element of the XML document. This element is mandatory.

<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>

<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>

Advertising