Specifications

Setting Up Cisco IP Phones
How to Set Up Cisco IP Phones
47
Cisco IOS Survivable Remote Site Telephony Version 3.4 System Administrator Guide
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 CallManager fallback, the language displays shown on Cisco 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.
Note This configuration option is available in Cisco SRST V2.1 and later running under Cisco CallManager
V3.2 and later. Systems with software prior to Cisco SRST V2.1 and Cisco CallManager V3.2 can use
the default country, United States (US), only.
SUMMARY STEPS
1. call-manager-fallback
2. user-locale country-code
3. exit
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 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.
Command or Action Purpose