[Asterisk-Dev] timezone on Cisco phones

Daniel Swarbrick asterisk at pressure.net.nz
Mon Oct 17 03:28:22 MST 2005


Pierluigi Martino wrote:
> 
> How it is possible to configure cisco's ip phone in order to specifying the
> correct time zone.
> 

This is not an asterisk-dev question, and belongs on the -users list. 
However, below is an example from my SIPDefault.conf:

# Time Server
sntp_mode: "unicast"
sntp_server: "your.ntp.server.com" # IP address here alternatively
time_zone: "NZST"
dst_offset: "1"
dst_start_month: "October"
dst_start_day: "0"
dst_start_day_of_week: "Sun"
dst_start_week_of_month: "1"
dst_start_time: "02:00"
dst_stop_month: "March"
dst_stop_day: "0"
dst_stop_day_of_week: "Sun"
dst_stop_week_of_month: "3"
dst_stop_time: "02:00"
dst_auto_adjust: "1"

You should read the Cisco admin guide for a full understanding of these 
parameters.



More information about the asterisk-dev mailing list