rss search

next page next page close

Asterisk Bootcamp

Just a quick post to mention that I’m heading to Melbourne next month for the Asterisk Bootcamp (care of work). Should be a good opportunity to learn a lot of info about Asterisk and VoIP in general.


next page next page close

SPA942 and Daylight Saving

Well daylight savings just hit for the first time since we’ve had the SPA942s and needless to say I overlooked that parameter when setting them up.
Unfortunately it wasn’t as simple as ticking a box or setting a parameter to 1 or 0 which I was kind of hoping it would be, instead you need to have a ‘Daylight Saving Time Rule’ which I guess is fair enough as different states and countries treat it differently.
Also unfortunate was Linksys’ decision to not allow daylight savings rules to span more than one calendar year. Luckily some people on the Linksys boards were able to provide me with the work around I needed.

Basically you need to set Time_Zone to GMT+11:00 even though it should be GMT+10:00 and then subtract hours rather than adding them.
End result looks something like:

<time_Zone group="Regional/Miscellaneous">
GMT+11:00
</time_Zone>
<daylight_Saving_Time_Rule group="Regional/Miscellaneous">
start=3/-1/7;end=10/-1/7;save=-1
</daylight_Saving_Time_Rule>

next page next page close

More SPA942 Firmware stuff

Well I’m trailing out the 5.15a firmware for the SPA942 phones. Firstly, I have figured out the problem I was having previously with the first line being one pixel out of alignment. For our users, we display $EXT – Line # on each of the lines, so for me it appears as:

<br />6004 - Line 1<br />6004 - Line 2<br />6004 - Line 3<br />6004 - Line 4<br />

In the previous (5.1.5) firmware, this was left aligned, where as the newer firmwares are right aligned. Because the number 1 is thinner than the numbers 2,3 and 4, the text looked out of line. Other people probably wouldn’t have this issue, because adding in the Line numbers was a custom change I made for my users (in response to too many questions about why there where 4 buttons).

The other issue I was having with

<br /><2nd_preferred_codec_1_ group="Ext_1/Audio_Configuration"><br />

has been changed to

<br />&lt;Second_Preferred_Codec_1_ group="Ext_1/Audio_Configuration"><br />

There’s also a new feature that allows you to set a background image that I’m hoping to play around with shortly – more info about that on voip-info


Asterisk Bootcamp

Just a quick post to mention that I’m heading to Melbourne next month for the...
article post

SPA942 and Daylight Saving

Well daylight savings just hit for the first time since we’ve had the SPA942s and...
article post

More SPA942 Firmware stuff

Well I’m trailing out the 5.15a firmware for the SPA942 phones. Firstly, I have...
article post