Setting Up Cisco Unified IP Phones using SCCP
How to Set Up Cisco Unified IP Phones
91
Cisco Unified SCCP and SIP SRST System Administrator Guide
OL-13143-04
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
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.