cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2686
Views
5
Helpful
5
Replies

Time For Cucm and Ip Phone

Ahmad Kefaya
Level 1
Level 1

Hey all, can any one describe how the cucm take time and how ip phone that register in cucm take time ?

 

i know the CUCM is take time from NTP that added when install the CUCM , but how the ip phone is take time!!

 

Best Regards,

Ahmad Kefaya.

2 Accepted Solutions

Accepted Solutions

Jaime Valencia
Cisco Employee
Cisco Employee

CUCM provides the time for the phone and it's determined via the date/time group associated to the DP the phone belongs to.

HTH

java

if this helps, please rate

View solution in original post

Brian Meade
Level 7
Level 7

For SCCP phones, the phones get the UTC time from the SCCP registration messaging.  They then apply the offset based on what it receives in the config file.

 

For SIP phones, it usually uses the Phone NTP Reference and can fall back to checking the Date header in the SIP registration messaging.

View solution in original post

5 Replies 5

Jaime Valencia
Cisco Employee
Cisco Employee

CUCM provides the time for the phone and it's determined via the date/time group associated to the DP the phone belongs to.

HTH

java

if this helps, please rate

Brian Meade
Level 7
Level 7

For SCCP phones, the phones get the UTC time from the SCCP registration messaging.  They then apply the offset based on what it receives in the config file.

 

For SIP phones, it usually uses the Phone NTP Reference and can fall back to checking the Date header in the SIP registration messaging.

Hey Brian,

i want to check if i understanding correctly :-

-The CUCM is Take Time from The Ntp that i added when install it.

-the Phone is take UTC and added the Date/time Group.

But from where the phone get the UTC , from NTP server OR from CUCM.

and what is the benifits of Phone NTP Reference

Thanks alot.

SCCP phones get the time from the SCCP messaging through a Date/Time Request/Response mechanism.  That time is from CUCM which is synced with NTP.  SCCP phones do not talk to NTP directly.

 

For SIP phones, they can use the Phone NTP Reference which allows the phone to directly reach out to an NTP server for their time rather than using the messaging from CUCM.  This was made since SIP doesn't have a built-in mechanism to exchange the time/date outside of looking at the Date header in SIP messaging which isn't very accurate compared to a real NTP setup.  I would suggest using a Phone NTP Reference for your SIP phones.

thanks alot Mr.Brian