cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
4627
Views
0
Helpful
6
Replies

incorrect time cp7945 - uc520

ELIE IBRAHIM
Level 1
Level 1

Hello

i have UC520 with cp7945 ip phone

displaying the time on the uc520 "show clock" is 1 hour ahead of the cp7945

this started the 1st week of October the clock on the phones changed i waited till today so the timezone changes but the phones did not

can someone help in this matter

1 Accepted Solution

Accepted Solutions

Elie,

It doesn't look like a bug; I can't reproduce your issue in my lab.  I can configure EET on my router and get the right time on all devices.  You've got something wrong on your side somewhere.  Open a TAC case if this post still doesn't help.

Here is the output from my lab:

pod3-3825#sh run | i clock
clock timezone EET 2
clock summer-time DST recurring last Sun Mar 0:00 last Sun Oct 0:00 1

pod3-3825#sh ver
Cisco IOS Software, 3800 Software (C3825-IPVOICE_IVS-M), Version 15.0(1)XA3, RELEASE SOFTWARE (fc1)

pod3-3825#sh clock
15:20:42.803 EET Fri Nov 5 2010

pod3-3825#sh ephone ph | i 45
SEP001D705F2DDB    SCCP45.8-5-3S          SCCP45.8-5-3S         Reset-Reset  

pod3-3825#sh telephony-service tftp-bindings | i SEP001D705F2DDB
tftp-server system:/its/vrf1/XMLDefault7945.cnf.xml alias SEP001D705F2DDB.cnf.xml
                                
pod3-3825#more system:/its/vrf1/XMLDefault7945.cnf.xml | i one
E. Europe Standard/Daylight Time

(See attached screenshot for timezone and clock setting on phone.)

You should use the commands I used above and verify if the phone is getting the right time zone in the config, and what the current time of the phone is compared to the router.

FWIW, your DST times are incorrect.  DST happens at midnight for your timezone.  Also, you should be naming your timezone EET, since UTC is incorrect unless your timezone offset is 0.

View solution in original post

6 Replies 6

David Hornstein
Level 7
Level 7

Hi


My setting are for East Standard/daylight savings time in the USA, you can adjust accordingly;


Find a NTP server closer to home :-) see if this makes a difference over time.


show run | include clock

clock timezone EST -5

clock summer-time EDT recurring

config term

UC520(config)#ntp peer pool.ntp.org

Translating "pool.ntp.org"...domain server (209.18.47.61) [OK]



UC520(config)#do show clock

08:04:56.145 EDT Mon Nov 1 2010

UC520(config)#


UC520(config)#ntp peer pool.ntp.org

Translating "pool.ntp.org"...domain server (209.18.47.61) [OK]


UC520(config)#sh clock

                ^

% Invalid input detected at '^' marker.


UC520(config)#do show clock

08:04:56.145 EDT Mon Nov 1 2010


UC520(config)#telep

UC520(config)#telephony-service

UC520(config-telephony)#time-zone ?

  <1-53>  select timezone name used by IP phones (offset in minutes)

1 Dateline Standard Time -720

2 Samoa Standard Time -660

3 Hawaiian Standard Time -600

4 Alaskan Standard/Daylight Time -540

5 Pacific Standard/Daylight Time -480

6 Mountain Standard/Daylight Time -420

7 US Mountain Standard Time -420

8 Central Standard/Daylight Time -360

9 Mexico Standard/Daylight Time -360

10 Canada Central Standard Time -360

11 SA Pacific Standard Time -300

12 Eastern Standard/Daylight Time -300

13 US Eastern Standard Time -300

14 Atlantic Standard/Daylight Time -240

15 SA Western Standard Time -240

16 Newfoundland Standard/Daylight Time -210

17 E. South America Standard/Daylight Time -180

18 SA Eastern Standard Time -180

19 Mid-Atlantic Standard/Daylight Time -120

20 Azores Standard/Daylight Time -60

21 GMT Standard/Daylight Time +0

22 Greenwich Standard Time +0

23 W. Europe Standard/Daylight Time +60

24 GTB Standard/Daylight Time +60

25 Egypt Standard/Daylight Time +60

26 E. Europe Standard/Daylight Time +60

27 Romance Standard/Daylight Time +120

28 Central Europe Standard/Daylight Time +120

29 South Africa Standard Time +120

30 Jerusalem Standard/Daylight Time +120

31 Saudi Arabia Standard Time +180

32 Russian Standard/Daylight Time +180

33 Iran Standard/Daylight Time +210

34 Caucasus Standard/Daylight Time +240

35 Arabian Standard Time +240

36 Afghanistan Standard Time +270

37 West Asia Standard Time +300

38 Ekaterinburg Standard Time +300

39 India Standard Time +330

40 Central Asia Standard Time +360

41 SE Asia Standard Time +420

42 China Standard/Daylight Time +480

43 Taipei Standard Time +480

44 Tokyo Standard Time +540

45 Cen. Australia Standard/Daylight Time +570

46 AUS Central Standard Time +570

47 E. Australia Standard Time +600

48 AUS Eastern Standard/Daylight Time +600

49 West Pacific Standard Time +600

50 Tasmania Standard/Daylight Time +600

51 Central Pacific Standard Time +660

52 Fiji Standard Time +720

53 New Zealand Standard/Daylight Time +720


 


UC520(config-telephony)#time-zone 12

UC520(config-telephony)#crea cnf

Creating CNF files

UC520(config-telephony)#exit

UC520(config)#exit

UC520#wr

Building configuration...


Compressed configuration from 41986 bytes to 20451 bytes[OK]

UC520#


thanks for your reply

i tried that and it did not work

the stange thing is that the cp7940 phones have correct time

my clock settings are

clock timezone UTC 2
clock summer-time UTC recurring last Sun Mar 3:00 last Sun Oct 4:00

telephony-service
time-zone 28

i think this is related to the 7945, i installed the latest software pack  8.0.4 and still the same

Since you mentioned that the issue occurred today, it's an issue with DST.

7940 phones get the time directly from the local time on the router.  7945 get the time in UTC format from the router (which is determined by IOS applying the clock offset off the local time), and re-applying the offset again at the endpoint itself based on the config in tele-service.

* Time zone on tele-service and on the router clock look right.

* DST settings on the router look right.

So things to check:


* Make sure that 'sh clock' shows the correct local time.

* Make sure that all of your ephones have a 'type' specified under them.

* Rebuild the CNF files with 'telephony-service/no cre cnf' and then issue 'cre cnf'.  Reset the 7945s.

* Verify that the 7945s are running recent phone loads with the output of 'sh ephone ph'

If the time is still off, submit the following and I will look into it being a possible bug:

sh clock

sh run

sh ephone ph

sh ver

thanks Steve

i did all you mentioned still having incorrect clock on 7945

attached

sh clock, sh ephone ph, sh ver : sh.txt

sh run  : shRun.txt

Elie,

It doesn't look like a bug; I can't reproduce your issue in my lab.  I can configure EET on my router and get the right time on all devices.  You've got something wrong on your side somewhere.  Open a TAC case if this post still doesn't help.

Here is the output from my lab:

pod3-3825#sh run | i clock
clock timezone EET 2
clock summer-time DST recurring last Sun Mar 0:00 last Sun Oct 0:00 1

pod3-3825#sh ver
Cisco IOS Software, 3800 Software (C3825-IPVOICE_IVS-M), Version 15.0(1)XA3, RELEASE SOFTWARE (fc1)

pod3-3825#sh clock
15:20:42.803 EET Fri Nov 5 2010

pod3-3825#sh ephone ph | i 45
SEP001D705F2DDB    SCCP45.8-5-3S          SCCP45.8-5-3S         Reset-Reset  

pod3-3825#sh telephony-service tftp-bindings | i SEP001D705F2DDB
tftp-server system:/its/vrf1/XMLDefault7945.cnf.xml alias SEP001D705F2DDB.cnf.xml
                                
pod3-3825#more system:/its/vrf1/XMLDefault7945.cnf.xml | i one
E. Europe Standard/Daylight Time

(See attached screenshot for timezone and clock setting on phone.)

You should use the commands I used above and verify if the phone is getting the right time zone in the config, and what the current time of the phone is compared to the router.

FWIW, your DST times are incorrect.  DST happens at midnight for your timezone.  Also, you should be naming your timezone EET, since UTC is incorrect unless your timezone offset is 0.

Thanks Steven

i changed  telephony-services time-zone to East Europe  recreated cnf files and it worked