Specifications
Setting Up Cisco Unified IP Phones
How to Set Up Cisco Unified IP Phones
53
Cisco Unified Survivable Remote Site Telephony Version 4.0 System Administrator Guide
DETAILED STEPS
Example
The following example sets the time zone to Pacific Standard Time (PST), which is 8 hours behind UTC
and sets the time display format to a 24 hour clock:
Router(config)# clock timezone PST -8
Rounter(config)# call-manager-fallback
Rounter(config-cm-fallback)# time-format 24
Configuring IP Phone Language Display
During Cisco Unified CallManager fallback, the language displays shown on Cisco Unified IP Phones
default to the ISO-3166 country code of US (United States). The Cisco IP Phone 7940 and Cisco IP
Phone 7960 can be configured for different languages (character sets and spelling conventions) using the
user-locale command.
Command or Action Purpose
Step 1
clock timezone
zone hours-offset
[
minutes-offset
]
Example:
Router(config)# clock timezone PST -8
Sets the time zone for display purposes.
• zone—Name of the time zone to be displayed when
standard time is in effect. The length of the zone
argument is limited to 7 characters.
• hours-offset—The number of hour difference from
Coordinated Universal Time (UTC).
• minutes-offset—(Optional) Minutes difference from
UTC.
Step 2
call-manager-fallback
Example:
Router(config)# call-manager-fallback
Enters call-manager-fallback configuration mode.
Step 3
date-format {mm-dd-yy | dd-mm-yy | yy-dd-mm |
yy-mm-dd}
Example:
Router(config-cm-fallback)# date-format
yy-dd-mm
Sets the date format for IP phone display. The choices are
mm-dd-yy, dd-mm-yy, yy-dd-mm, and yy-mm-dd, where
• dd—day
• mm—month
• yy—year
The default is set to mm-dd-yy.
Step 4
time-format {12 | 24}
Example:
Router(config-cm-fallback)# time-format 24
Sets the time display format on all Cisco Unified IP Phones
registered with the router. The default is set to a 12-hour
clock.
Step 5
exit
Example:
Router(config-cm-fallback)# exit
Exits call-manager-fallback configuration mode.