Cisco 7960 SIP Phone Time India Time Setting
My Phone was showing One hour ahead in IST time . I configured below setting in SIPDefault.cnf.
It was showing one hour ahead due to dst_auto_adjust: was enabled. I just disabled its worked fine.
sntp_mode: “directedbroadcast”
sntp_server: “80.241.0.72”
time_zone: “IST”
time_format_24hr: “1”
dst_offset: “1”
dst_start_month: “January”
dst_start_day: “”
dst_start_day_of_week: “Monday”
dst_start_week_of_month: “1”
dst_start_time: “2”
dst_stop_month: “Dec”
dst_stop_day: “1”
dst_stop_day_of_week: “Sunday”
dst_stop_week_of_month: “”
dst_stop_time: “2”
dst_auto_adjust: “0”