Xml phonebook example – Grandstream XML Application Guide User Manual

Page 14

Advertising
background image

FIRMWARE VERSION 1.0.5.15 XML BASED DOWNLOADABLE PHONEBOOK GUIDE Page 14 of 15

XML PHONEBOOK EXAMPLE

<?xml version="1.0" encoding="UTF-8"?>

<AddressBook>

<Contact>

<LastName>Doe</LastName>

<FirstName>John</FirstName>

<Phone>

<phonenumber>8000</phonenumber>

<accountindex>1</accountindex>

</Phone>

<Groups>

<groupid>0</groupid>

</Groups>

</Contact>

<Contact>

<LastName>Smith</LastName>

<FirstName>Alan</FirstName>

<Phone>

<phonenumber>8001</phonenumber>

<accountindex>1</accountindex>

</Phone>

<Groups>

<groupid>1</groupid>

</Groups>

</Contact>

<Contact>

<LastName>Lee</LastName>

<FirstName>Lily</FirstName>

<Phone>

<phonenumber>6000</phonenumber>

<accountindex>2</accountindex>

</Phone>

<Groups>

<groupid>2</groupid>

</Groups>

</Contact>

</AddressBook>

Advertising