Specifications
Table Of Contents
- Cisco Unified IP Phone Administration Guide for Cisco Unified CM 8.5 (SCCP and SIP)
- Contents
- Preface
- An Overview of the Cisco Unified IP Phone
- Understanding the Cisco Unified IP Phones 7975G, 7971G-GE, 7970G, 7965G, and 7945G
- What Networking Protocols are Used?
- What Features are Supported on the Cisco Unified IP Phone 7975G, 7971G-GE, 7970G, 7965G, and 7945G?
- Understanding Security Features for Cisco Unified IP Phones
- Overview of Configuring and Installing Cisco Unified IP Phones
- Installing Cisco Unified IP Phones
- Preparing to Install the Cisco Unified IP Phone on Your Network
- Understanding Interactions with Other Cisco Unified IP Communications Products
- Providing Power to the Phone
- Understanding Phone Configuration Files
- Understanding the Phone Startup Process
- Adding Phones to the Cisco Unified Communications Manager Database
- Using Cisco Unified IP Phones with Different Protocols
- Determining the MAC Address of a Cisco Unified IP Phone
- Setting Up the Cisco Unified IP Phone
- Before You Begin
- Understanding the Cisco Unified IP Phone Components
- Installing the Cisco Unified IP Phone
- Attaching a Cisco Unified IP Phone Expansion Module
- Adjusting the Placement of the Cisco Unified IP Phone
- Verifying the Phone Startup Process
- Configuring Startup Network Settings
- Configuring Security on the Cisco Unified IP Phone
- Configuring Settings on the Cisco Unified IP Phone
- Configuration Menus on the Cisco Unified IP Phone
- Overview of Options Configurable from a Phone
- Network Configuration Menu
- Device Configuration Menu
- Unified CM Configuration
- SIP Configuration Menu for SIP Phones
- Call Preferences Menu for SIP Phones
- HTTP Configuration Menu
- Locale Configuration Menu
- UI Configuration Menu
- Media Configuration Menu
- Power Save Configuration Menu
- Ethernet Configuration Menu
- Security Configuration Menu
- QoS Configuration Menu
- Network Configuration
- Security Configuration Menu
- Configuring Features, Templates, Services, and Users
- Telephony Features Available for the Phone
- Configuring Product Specific Configuration Parameters
- Configuring Corporate and Personal Directories
- Modifying Phone Button Templates
- Configuring Softkey Templates
- Setting Up Services
- Adding Users to Cisco Unified Communications Manager
- Managing the User Options Web Pages
- Customizing the Cisco Unified IP Phone
- Viewing Model Information, Status, and Statistics on the Cisco Unified IP Phone
- Monitoring the Cisco Unified IP Phone Remotely
- Troubleshooting and Maintenance
- Resolving Startup Problems
- Symptom: The Cisco Unified IP Phone Does Not Go Through its Normal Startup Process
- Symptom: The Cisco Unified IP Phone Does Not Register with Cisco Unified Communications Manager
- Identifying Error Messages
- Checking Network Connectivity
- Verifying TFTP Server Settings
- Verifying IP Addressing and Routing
- Verifying DNS Settings
- Verifying Cisco Unified Communications Manager Settings
- Cisco CallManager and TFTP Services Are Not Running
- Creating a New Configuration File
- Registering the Phone with Cisco Unified Communications Manager
- Symptom: Cisco Unified IP Phone Unable to Obtain IP Address
- Cisco Unified IP Phone Resets Unexpectedly
- Troubleshooting Cisco Unified IP Phone Security
- General Troubleshooting Tips
- General Troubleshooting Tips for the Cisco Unified IP Phone Expansion Module
- Resetting or Restoring the Cisco Unified IP Phone
- Using the Quality Report Tool
- Monitoring the Voice Quality of Calls
- Where to Go for More Troubleshooting Information
- Cleaning the Cisco Unified IP Phone
- Resolving Startup Problems
- Providing Information to Users Via a Website
- How Users Obtain Support for the Cisco Unified IP Phone
- Giving Users Access to the User Options Web Pages
- How Users Access the Online Help System on the Phone
- How Users Get Copies of Cisco Unified IP Phone Manuals
- Accessing Cisco 7900 Series Unified IP Phone eLearning Tutorials (SCCP Phones Only)
- How Users Subscribe to Services and Configure Phone Features
- How Users Access a Voice-Messaging System
- How Users Configure Personal Directory Entries
- Feature Support by Protocol for the Cisco Unified IP Phone 7975G, 7971G-GE, 7970G, 7965G, and 7945G
- Supporting International Users
- Technical Specifications
- Basic Phone Administration Steps
- Index

6-4
Cisco Unified IP Phone Administration Guide for Cisco Unified Communications Manager 8.5
OL-23092-01
Chapter 6 Customizing the Cisco Unified IP Phone
Creating Custom Background Images
The following sections describe how you can customize the background images that are available at your
site by creating your own PNG files and editing the List.xml file:
• List.xml File Format Requirements, page 6-4.
• PNG File Requirements for Custom Background Images, page 6-5.
• Configuring a Custom Background Image, page 6-6
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 subdirectory on the TFTP server:
/Desktops/320x216x16 for Cisco Unified IP Phone 7975G, 7965G, and 7945G
/Desktops/320x212x12 Cisco Unified IP Phone 7971G-GE and 7970G
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.
For more information, see Software Upgrades in Cisco Unified Communications Operating System
Administration Guide.
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 (for a Cisco Unified IP Phone 7971G-GE and 7970G) 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.