Grandstream XML Application Guide Manuel d'utilisateur Page 11

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 15
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 10
FIRMWARE VERSION 1.0.5.15 XML BASED DOWNLOADABLE PHONEBOOK GUIDE Page 11 of 15
PHONEBOOK XML SNYTAX
HEADER
In the first line of the XML document, the following header can be set as XML declaration. It defines the
XML version and encoding. On the GXP21xx/GXP14xx/GXP116x, UTF-8 is used as encoding method for
correct display.
PHONEBOOK XML STRUCTURE
The XML phone book example for GXP21xx/GXP14xx/GXP116x can be found in the last section of this
document. The main structure is represented as below.
<?xml version="1.0" encoding="UTF-8"?>
<AddressBook>
<Contact>
<LastName>Enter last name here</LastName>
<FirstName>Enter first name here</FirstName>
<Phone>
<phonenumber>Enter phone number here</phonenumber>
<accountindex>Enter account index here</accountindex>
</Phone>
<Groups>
<groupid>Enter group ID here</groupid>
</Groups>
</Contact>
<Contact>
<!-- Enter another contact information here, same format as above -->
</Contact>
</AddressBook>
Vue de la page 10
1 2 ... 6 7 8 9 10 11 12 13 14 15

Commentaires sur ces manuels

Pas de commentaire