Jump to content

How do you find where items in {} are?


RichardDCG

Recommended Posts

I have a GRP2616 with 'auto' timezone set, however it is an hour out.  I can set manually on the handset to NSW Australia and it displays correctly.  GS have had issues with NSW DST and we manually have to set as AEST-10AEDT-11,M10.1.0,M4.1.0 

Where can I see what is in {tz grandstream} ?

<item name="dateTime.timezone">{tz grandstream}</item>

 

I modified the Timezone.xml file in the admin pages:

From :  <grandstream>EST-10EDT-11,M10.5.0/02:00:00,M3.5.0/03:00:00</grandstream>

To:     <grandstream>AEST-10AEDT-11,M10.1.0,M4.1.0</grandstream>

 

But it hasn't made a difference.  It is still an hour behind.

Link to comment
Share on other sites

If I set the extension to be Australian Capital Territory it displays correctly, I assume the PBX will need a reboot for this to be changed?

 

The ACT TZ was different to NSW

EST-10EDT-11,M10.1.0/02:00:00,M3.5.0/03:00:00

EST-10EDT-11,M10.5.0/02:00:00,M3.5.0/03:00:00

  <zone name="AUS5">
    <description>New South Wales</description>
    <gmt_offset>36000</gmt_offset>
    <dst_offset>3600</dst_offset>
    <dst_start_day_of_week>1</dst_start_day_of_week>
    <dst_start_month>10</dst_start_month>
    <dst_start_time>02:00</dst_start_time>
    <dst_start_week_of_month>1</dst_start_week_of_month>
    <dst_stop_day_of_week>1</dst_stop_day_of_week>
    <dst_stop_month>4</dst_stop_month>
    <dst_stop_time>02:00</dst_stop_time>
    <dst_stop_week_of_month>1</dst_stop_week_of_month>
    <snom>AUS+10</snom>
    <yealink>Australia(Sydney,Melbourne,Canberra)</yealink>
    <grandstream>AEST-10AEDT-11,M10.1.0,M4.1.0</grandstream>
    <cisco>AUS Eastern Standard/Daylight Time</cisco>
    <htek>96</htek>
    <maxwell>GMT+10.Australia/Sydney</maxwell>
    <tzdata>Australia/Victoria</tzdata>
  </zone>
  <zone name="AUS6">
    <description>Australian Capital Territory</description>
    <gmt_offset>36000</gmt_offset>
    <dst_offset>3600</dst_offset>
    <dst_start_day_of_week>1</dst_start_day_of_week>
    <dst_start_month>10</dst_start_month>
    <dst_start_time>02:00</dst_start_time>
    <dst_start_week_of_month>1</dst_start_week_of_month>
    <dst_stop_day_of_week>1</dst_stop_day_of_week>
    <dst_stop_month>4</dst_stop_month>
    <dst_stop_time>02:00</dst_stop_time>
    <dst_stop_week_of_month>1</dst_stop_week_of_month>
    <snom>AUS+10</snom>
    <yealink>Australia(Hobart)</yealink>
    <grandstream>EST-10EDT-11,M10.1.0/02:00:00,M3.5.0/03:00:00</grandstream>
    <cisco>AUS Eastern Standard/Daylight Time</cisco>
    <htek>98</htek>
    <maxwell>GMT+10.Australia/Hobart</maxwell>
    <tzdata>Australia/Hobart</tzdata>
  </zone>

Link to comment
Share on other sites

Well, there are many {} placeholders scattered for al sorts of uses. We generally try to show them when you turn the log levels up. As for the provisioning part, there is some documentation at https://doc.vodia.com/docs/phone-provisioning-variables that is a good staring point. That being said, if you can, tr to use the general parameters for the templates where ever possible, so that you will get template changes with the next software update. 

Link to comment
Share on other sites

AUS5 - |NSW
<grandstream>EST-10EDT-11,M10.5.0/02:00:00,M3.5.0/03:00:00</grandstream>

AUS6 - ACT
<grandstream>EST-10EDT-11,M10.1.0/02:00:00,M3.5.0/03:00:00</grandstream>


both are the same timezone settings...both were incorrect.  Below is correct.
<grandstream>EST-10EDT-11,M10.1.0/02:00:00,M4.1.0/02:00:00</grandstream>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...