6-5
Cisco Unified IP Video Phone 7985G Administration Guide
OL-8726-02
Chapter 6 Customizing the Cisco Unified IP Video Phone
Creating Custom Background Images
•
List.xml File Format Requirements, page 6-5
.
•
PNG File Requirements for Custom Background Images, page 6-6
.
•
Configuring a Background Image, page 6-7
List.xml File Format Requirements
The List.xml file defines an XML object that contains a list of background images.
The List.xml file is stored in the following folder on the TFTP server:
C:\Program Files\Cisco\TFTPPath\Desktops\800x600x16
Tip
If you are manually creating the directory structure and the List.xml file, you must
ensure that the directories and files can be accessed by the user .\CCMService,
which is used by the TFTP service.
The List.xml file can include up to 50 background images. The images are in the
order that they appear in the Background Images menu on the phone. For each
image, the List.xml file contains one element type, called ImageItem. The
ImageItem element includes these two attributes:
•
Image—Uniform resource identifier (URI) that specifies where the phone
obtains the thumbnail image that will appear on the Background Images menu
on a Phone.
•
URL—URI that specifies where the phone obtains the full size image.
The following example shows a List.xml file that defines two images. The
required Image and URL attributes must be included for each image. The TFTP
URI that is shown in the example is the only supported method for linking to full
size and thumbnail images. HTTP URL support is not provided.
List.xml Example
<CiscoIPPhoneImageList>
<ImageItem Image=”TFTP:Desktops/320x212x12/TN-Fountain.png”
URL=”TFTP:Desktops/320x212x12/Fountain.png”/>
<ImageItem Image=”TFTP:Desktops/320x212x12/TN-FullMoon.png”
URL=”TFTP:Desktops/320x212x12/FullMoon.png”/>
</CiscoIPPhoneImageList>