User's Manual
Grandstream Networks, Inc. GXV3140 USER MANUAL  Page 43 of 83 
 FIRMWARE VERSION 1.0.1.18 Updated : 09/2009 
under the web server root directory and start the web server.   
Make sure to specify the “Phonebook Download Mode” and the “Phonebook Download Server path” int the 
phone configuration. When the XML file is downloaded, the phone will parse and extract the entries from it. 
If the “Replace Duplicate Items” is set to “Off”, the device will not replace duplicated items in the 
phonebook. After the necessary configuration settings are set, navigate to the “Download” button next to 
“Download Now” and press the round OK button on the phone. 
The GXV3140 will start downloading the XML Phonebook and display the download status message on 
the phone’s LCD screen. If the download is successful, the message “Download successful!” will be 
displayed. This means that all of the phonebook entries in the XML file are now stored in the GXV3140 
phonebook. If the user encounters some error messages, please check the correctness of syntax and the 
filename for the XML file.   
• XML Syntax  
<?xml version="1.0" encoding="utf-8" ?> 
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 
 <xsd:element name="AddressBook"> 
 <xsd:complexType> 
 <xsd:sequence> 
 <xsd:element name="version" type="xsd:integer" /> 
 <xsd:element minOccurs="0" maxOccurs="unbounded" ref="Contact" /> 
 </xsd:sequence> 
 </xsd:complexType> 
 </xsd:element> 
 <xsd:element name="Contact"> 
 <xsd:complexType> 
 <xsd:sequence> 
 <xsd:element name="FirstName" type="xsd:string" /> 
 <xsd:element name="LastName" type="xsd:string" 
/> 
 <xsd:element minOccurs="0" maxOccurs="4" ref="Phone" /> 
 <xsd:element name="Group" type="GroupIndex" /> 
 <xsd:element name="PhotoUrl" type="xsd:string" /> 
 </xsd:sequence> 
 </xsd:complexType> 
 </xsd:element> 
 <xsd:element name="Phone"> 










