Grandstream Networks GXV3175 Telephone User Manual


 
Grandstream Networks, Inc. GMI HTML SDK and API Guide Page 3 of 17
www.grandstream.com Last Updated: 07/2011
submenu. The parameter “icon” specifies the icon displayed and “display-name” specifies the
text displayed in the phone menu. The parameter type="gmiapp" specifies that this is a GMI
application, and the parameter “link-url” specifies the URL address at which this application is
stored. In this example, the phone will point to the link below to get the corresponding
application to display on the phone:
http://www.ipvideotalk.com/V2/ . Users can modify
parameters “icon”, “link-url” and “display-name” to suit their needs.
The above example files are available for download from:
www.grandstream.com/products/gxv_series/gxv3175/resources/gxv3175_gmi_examples/Dem
o_V2.zip.
Users will then need to use the GXV3175 XML GUI Customization Tool to generate a custom
file “gxv3170cust” and upload it to the phone via the firmware upgrade process. For more
information regarding GXV3175 XML GUI Customization, please refer to the following
document: GXV31XX XML GUI Customization Guide.
3 Local GMI application
Users may prefer local GMI application when the network speed is a concern for remote
access. Please follow the procedures below to add a local GMI application to GXV3175.
Download the following GMI example package from Grandstream web site:
www.grandstream.com/products/gxv_series/gxv3175/resources/gxv3175_gmi_examp
les/Hotel.zip
Unzip and copy it to GXV3175 with a storage device. The main file index.html will be
located under /sda1/Hotel directory. (Depending on the storage device type, the folder
name in the File Manager could be sda1, udisk, sda2 etc).
Add the following highlighted content in menu.xml:
<submenu func-name="tools">
<item func-name="ip2location"/>
<item func-name="filemanager"/>
<item func-name="calendar"/>
<item func-name="calculator"/>
<item func-name="alarmclock"/>
<link icon="icon/Grandstream.png" display-name="GMI" type="gmiapp">
<link-url>file://sda1/Hotel/index.html</link-url>
</link>
</submenu>
Use the GXV3175 XML GUI Customization Tool to generate the “gxv3170cust” file
with the updated menu.xml file.
Load the file “gxv3170cust “onto GXV3175 via firmware upgrade process.
Reboot the GXV3175, a local GMI application will be added to GXV3175.