Chapter6 Customizing the Cisco Unified IP Phone
Creating Custom Background Images
6-6
Cisco Unified IP Phone Administration Guide for Cisco Unified CallManager 5.1 (SIP), Cisco Unified IP Phones
OL-11524-01
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>
The Cisco Unified IP Phone firmware includes a default background image. This
image is not defined in the List.xml file. The default image is always the first
image that appears in the Background Images menu on the phone.
PNG File Requirements for Custom Background Images
Each background image requires two PNG files:
Full size image—Version that appears on the on the phone.
Thumbnail image—Version that appears on the Background Images screen
from which users can select an image. Must be 25% of the size of the full size
image.