cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
786
Views
0
Helpful
6
Replies

Time Issue CME

Hi,

 

I have a CME in a 2911 router and 20 phones 9971 using SIP. My problem is that when I restart the router, the time of all my phones up to 3 hours from the real time of the CME.

The main configurations about the case are bellow:

 

show run

clock timezone SAS -3 0
clock calendar-valid
network-clock-participate wic 0
network-clock-select 1 E1 0/0/0

!

voice register global
 mode cme
 source-address 192.168.50.253 port 5060
 timeouts interdigit 5
 max-dn 223
 max-pool 58
 load 9971 sip9971.9-2-2SR1-9
 authenticate register
 timezone 17
 time-format 24
 date-format D/M/Y
 hold-alert
 dialplan-pattern 1 3044 extension-length 4
 call-forward system redirecting-expanded
 external-ring Bellcore-dr1
 no dst auto-adjust
 tftp-path flash:
 logo http://192.168.50.253/Desktops/640x480x24/List.xml
 file text
 create profile sync 0000476452108741
 user-locale US load CME-locale-en_US-English-8.8.2.5.tar
 ip qos dscp default video

 

ntp server 192.168.50.250

end

 

Does anyone have any idea what is happening with my CME?

6 Replies 6

nick.mueller
Level 6
Level 6

Hi there,

See this document:

https://supportforums.cisco.com/document/52901/how-do-ip-phones-get-date-and-time-cme

I recommend you try the SIP alternate method that allows phones to pull time directly from your ntp source.  This should allow them to stay in sync despite router reboots.

NPM

Hi Nick,

 

I have tried all off this configurations present in this link and the problem still the same

 

005351: Sep  9 11:26:39.043: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
Received:
SIP/2.0 400 Bad Request - 'Malformed/Missing FROM: field'
Via: SIP/2.0/UDP 192.168.50.253:5060;branch=z9hG4bK4575B1D21
From: <sip:0.[^0].[3-9].[7-9].......@192.168.50.253>;tag=1E51C830-184F
To: <sip:0.[^0].[3-9].[7-9].......@192.168.50.253>
Date: Tue, 09 Sep 2014 14:26:39 GMT
Call-ID: 7B6499A0-32C311E4-80398B16-AB198780
Server: Cisco-SIPGateway/IOS-15.2.4.M1
Timestamp: 1410272798
CSeq: 3648 REGISTER
Content-Length: 0

 

CCME#sh clock
11:26:43.928 BRA Tue Sep 9 2014

 

CCME#sh ntp status
Clock is synchronized, stratum 2, reference is 192.168.50.250
nominal freq is 250.0000 Hz, actual freq is 249.9989 Hz, precision is 2**21
ntp uptime is 35037100 (1/100 of seconds), resolution is 4016
reference time is D7B98CEA.A83F4AA8 (11:27:54.657 BRA Tue Sep 9 2014)
clock offset is 2.0961 msec, root delay is 0.52 msec
root dispersion is 803.19 msec, peer dispersion is 19.65 msec
loopfilter state is 'CTRL' (Normal Controlled Loop), drift is 0.000004281 s/s
system poll interval is 64, last update was 55 sec ago.
 

 

CCME#sh run | sec voice register global
voice register global
 mode cme
 source-address 192.168.50.253 port 5060
 timeouts interdigit 5
 max-dn 223
 max-pool 58
 load 9971 sip9971.9-2-2SR1-9
 authenticate register
 timezone 22
 time-format 24
 date-format D/M/Y
 hold-alert
 dialplan-pattern 1 3044 extension-length 4
 call-forward system redirecting-expanded
 external-ring Bellcore-dr1
 no dst auto-adjust
 tftp-path flash:
 logo http://192.168.50.253/Desktops/640x480x24/List.xml
 file text
 create profile sync 0200904076813646
 user-locale US load CME-locale-en_US-English-8.8.2.5.tar
 ntp-server 192.168.50.250 mode unicast
 ip qos dscp default video

 

Does anyone have another idea what is happening?

 

 

 

Shot in the dark, but how about upgrading the phone firmware to something more modern than 9.2(2)SR1?

NPM

It is a good idea. I will try on weekend and will report the results.

yahsiel2004
Level 7
Level 7

Fabio,

Do you have the right timezone selected? You should add the "ntp update-calendar" command and under the voice register global "ntp-server X.X.X.X mode unicast".

HTH

Regards,

Yosh

HTH Regards, Yosh

Hi Yosh,

 

I have tried to use this command and the problem still the same.