This document describes how to set the time zone on the Cisco 7970 IP Phone and provides a basic troubleshooting procedure in a Cisco CallManager Express environment.
Cisco recommends that you have knowledge of these topics:
Cisco CallManager Express
Cisco 7970 IP Phone
The information in this document is based on these software and hardware versions:
Cisco CallManager Express Version 4.1(0)
Cisco 7970 IP Phone Firmware version 7.x
The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, make sure that you understand the potential impact of any command.
Refer to the Cisco Technical Tips Conventions for more information on document conventions.
The Cisco 7970 IP Phone calculates the time displayed on its panel based on these two parameters:
Coordinated Universal Time (UTC)/Greenwich Mean Time (GMT) converted from the current time on Cisco CallManager Express
Time zone configuration for the Cisco 7970 IP Phone on Cisco CallManager Express
Cisco CallManager Express passes these two parameters to the Cisco 7970 IP Phone during phone initialization time.
Complete these steps on the Cisco CallManager Express in order to display the correct time:
Configure the type 7970 command under the ephone.
ephone 1 device-security-mode none mac-address 0017.59E7.492C type 7970 button 1:1
Configure the time-zone command under the Telephony service.
telephony-service max-ephones 5 max-dn 5 ip source-address 10.1.0.1 port 2000 auto assign 1 to 5 time-zone 8 dialplan-pattern 1 ... extension-length 4 extension-pattern 9000 voicemail 6000 max-conferences 12 gain -6 transfer-system full-consult create cnf-files version-stamp 7960 Feb 05 2009 12:44:03 !
Configure the create cnf-files command under the Telephony service in order to implement the change in step 1 and 2.
CME-CUE(config-telephony)#create cnf-files CNF file creation is already On Updating CNF files CNF files update complete
Comlete these steps in order to reset the Cisco 7970 IP Phone:
Press the Settings button on the Cisco 7970 IP Phone.
Enter the **#** key sequence on the phone keypad in order to reset the phone.
The correct time displays on the Cisco 7970 IP Phone after the reset.
Complete these steps if the time displayed on the Cisco 7970 IP Phone is incorrect:
Verify the phone configuration on Cisco CallManager Express.
Display the 7970 configuration file on Cisco CallManager Express. The name of the file is xmldefault7970.cnf.xml, which is located in the system:/its/ directory. Complete these steps in order to display the configuration file:
Log in to Cisco CallManager Express.
Complete these steps in order to display the 7970 configuration file:
Issue the cd system: command.
Issue the cd its command.
Issue the more xmldefault7970.cnf.xml command in order to dump the configuration.
Verify that the time zone parameter is correctly configured . The output of the command is shown here:
CME-CUE#more xmldefault7970.cnf.xml <device> <devicePool> <dateTimeSetting> <dateTemplate>M/D/YA</dateTemplate> <timeZone>Greenwich Standard Time</timeZone> </dateTimeSetting> <callManagerGroup> <members> <member priority="0"> <callManager> <ports> <ethernetPhonePort>2000</ethernetPhonePort> </ports> <processNodeName>10.1.0.1</processNodeName> </callManager> </member> </members> </callManagerGroup> </devicePool> <versionStamp>{7970 Feb 05 2009 12:31:07}</versionStamp> <commonProfile> <callLogBlfEnabled>2</callLogBlfEnabled> </commonProfile> <loadInformation></loadInformation> <userLocale> <name>English_United_States</name> <langCode>en</langCode> </userLocale> <networkLocale>United_States</networkLocale> <networkLocaleInfo> <name>United_States</name> </networkLocaleInfo> <idleTimeout>0</idleTimeout> <authenticationURL></authenticationURL> <directoryURL>http://10.1.0.1:80/localdirectory</directoryURL> <idleURL></idleURL> <informationURL></informationURL> <messagesURL></messagesURL> <proxyServerURL></proxyServerURL> <servicesURL></servicesURL> </device>
Complete these steps in order to verify that Cisco CallManager Express successfully sends the 7970 configuration file to the Cisco 7970 IP Phone:
Log in to Cisco CallManager Express.
Issue the debug tftp events command.
Issue the terminal monitor command.
Reset the Cisco 7970 IP Phone.
This output shows the results of the debug tftp events command. The bold text indicates the phone has successfully received its configuration file.
Feb 5 12:38:21.539: TFTP: Opened system:/its/XMLDefault7970.cnf.xml, fd 0, size 1033 for process 287 Feb 5 12:38:21.543: TFTP: Finished system:/its/XMLDefault7970.cnf.xml, time 00: 00:00 for process 287 Feb 5 12:38:24.383: %IPPHONE-6-REG_ALARM: 20: Name=SEP001759E7492C Load= SCCP70 .8-3-2S Last=Phone-Keypad Feb 5 12:38:24.427: %IPPHONE-6-REGISTER: ephone-1:SEP001759E7492C IP:10.1.0.4 S ocket:1 DeviceType:Phone has registered.
Revision | Publish Date | Comments |
---|---|---|
1.0 |
13-Feb-2009 |
Initial Release |