<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-AU">
  <id>https://david.gardiner.net.au/tags/VoIP.xml</id>
  <title type="html">David Gardiner - VoIP</title>
  <updated>2026-06-08T00:40:30.372Z</updated>
  <subtitle>Blog posts tagged with &apos;VoIP&apos; - A blog of software development, .NET and other interesting things</subtitle>
  <rights>Copyright 2026 David Gardiner</rights>
  <icon>https://www.gravatar.com/avatar/37edf2567185071646d62ba28b868fab?s=64</icon>
  <logo>https://www.gravatar.com/avatar/37edf2567185071646d62ba28b868fab?s=256</logo>
  <generator uri="https://github.com/flcdrg/astrojs-atom" version="3">astrojs-atom</generator>
  <author>
    <name>David Gardiner</name>
  </author>
  <link href="https://david.gardiner.net.au/tags/VoIP.xml" rel="self" type="application/atom+xml"/>
  <link href="https://david.gardiner.net.au/tags/VoIP" rel="alternate" type="text/html" hreflang="en-AU"/>
  <category term="VoIP"/>
  <category term="Software Development"/>
  <entry>
    <id>https://david.gardiner.net.au/2013/04/weather-forecasts-on-our-home-phone</id>
    <updated>2013-04-24T10:21:00.000+09:30</updated>
    <title>Weather forecasts on our home phone using BoM data</title>
    <link href="https://david.gardiner.net.au/2013/04/weather-forecasts-on-our-home-phone" rel="alternate" type="text/html" title="Weather forecasts on our home phone using BoM data"/>
    <category term="VoIP"/>
    <published>2013-04-24T10:21:00.000+09:30</published>
    <summary type="html">A nice feature of the Gigaset C610 IP phone that we use at home is that you can choose various information services to display on the handset, including during &apos;screen saver&apos; mode.</summary>
    <content type="html">
&lt;p&gt;&lt;img src=&quot;../../assets/2013/04/dsc_7199%5b4%5d.jpg&quot; alt=&quot;C610 IP handset showing weather forecast&quot; /&gt;&lt;/p&gt;
&lt;p&gt;A nice feature of the &lt;a href=&quot;https://web.archive.org/web/20130504053942/http://gigaset.com:80/au/en/product/GIGASETC610IP.html&quot;&gt;Gigaset C610 IP phone&lt;/a&gt; that we use at home is that you can choose various information services to display on the handset, including during &apos;screen saver&apos; mode. The default services include the normal news, sport and weather, but as &lt;a href=&quot;/2011/02/comparison-of-public-weather-forecasts&quot;&gt;I&apos;ve noted before&lt;/a&gt;, the weather data these services use is invariably quite different to that published by the Australian Bureau of Meteorology (and invariably quite different to what I see out the window).&lt;/p&gt;
&lt;p&gt;As it turns out these services are customisable. You can add your own RSS feeds in via a web interface. The BoM doesn&apos;t provide such RSS feeds, and the only existing ones I could find were too detailed to be useful on a very small screen.&lt;/p&gt;
&lt;p&gt;So I decided to find out what it would take to grab the forecast data from the BoM and massage it into an RSS feed suitable for displaying on a very compact display. I also thought it was a good chance to try out some shiny new things along the way. In particular &lt;a href=&quot;https://dotnet.microsoft.com/en-us/apps/aspnet&quot;&gt;ASP.NET Web API&lt;/a&gt; to produce the RSS feed and &lt;a href=&quot;https://azure.microsoft.com/en-us&quot;&gt;Windows Azure Websites&lt;/a&gt; to host the service.&lt;/p&gt;
&lt;p&gt;The results of my efforts can be viewed at - &lt;a href=&quot;http://gardiner-weather.azurewebsites.net&quot;&gt;http://gardiner-weather.azurewebsites.net&lt;/a&gt;. It&apos;s a very basic landing page for the service which lists what areas of Australia are currently supported (eg. only those states for which the Bureau provides XML data). Did I mention it&apos;s very basic? 😀&lt;/p&gt;
&lt;p&gt;The feed I&apos;m using for my phone is this one - &lt;a href=&quot;https://web.archive.org/web/20140121001737/http://gardiner-weather.azurewebsites.net:80/api/forecast/SA/Adelaide&quot;&gt;http://gardiner-weather.azurewebsites.net/api/forecast/SA/Adelaide&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now all we need to do is to glance at the handset and we&apos;ll immediately know the latest weather forecast for today and tomorrow!&lt;/p&gt;
&lt;h2&gt;Configuring your Gigaset C610&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Log in to your Gigaset&apos;s web page:
 &lt;img src=&quot;../../assets/2013/04/image%5b15%5d.png&quot; alt=&quot;image&quot; /&gt;&lt;/li&gt;
&lt;li&gt;Go to the Settings | Info Services section
 &lt;img src=&quot;../../assets/2013/04/image%5b16%5d.png&quot; alt=&quot;image&quot; /&gt;&lt;/li&gt;
&lt;li&gt;Click on the &amp;lt;&lt;a href=&quot;http://www.gigaset.net/myaccount%3E&quot;&gt;www.gigaset.net/myaccount&amp;gt;&lt;/a&gt; link and go to the Screensaver tab
 &lt;img src=&quot;../../assets/2013/04/image%5b17%5d.png&quot; alt=&quot;image&quot; /&gt;&lt;/li&gt;
&lt;li&gt;Select the &apos;News&apos; row and click on the &apos;Edit&apos; link. Select &apos;Favourites&apos; from the dropdown and give your weather feed a name and paste in the URL to the RSS feed.
 &lt;img src=&quot;../../assets/2013/04/image%5b18%5d.png&quot; alt=&quot;image&quot; /&gt;&lt;/li&gt;
&lt;li&gt;Click on &apos;Save&apos; and your settings should soon take effect on your handset.&lt;/li&gt;
&lt;/ol&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2012/04/naked-adsl-and-voip-2012-style</id>
    <updated>2012-04-02T22:46:00.001+09:30</updated>
    <title>Naked ADSL and VoIP 2012-style</title>
    <link href="https://david.gardiner.net.au/2012/04/naked-adsl-and-voip-2012-style" rel="alternate" type="text/html" title="Naked ADSL and VoIP 2012-style"/>
    <category term="VoIP"/>
    <category term="Internet"/>
    <published>2012-04-02T22:46:00.001+09:30</published>
    <summary type="html">Last month I decided to take the plunge and switch over to a Naked ADSL service.</summary>
    <content type="html">&lt;p&gt;Last month I decided to take the plunge and switch over to a Naked ADSL service. Late last year &lt;a href=&quot;http://www.internode.on.net&quot;&gt;Internode&lt;/a&gt; had announced that they&apos;d sorted out number porting for customers on existing ADSL2+ connections (like myself). More recently they also introduced a new tier in their Naked plans, so that leaving my old 50G ADSL2+ plan was now viable.&lt;/p&gt;
&lt;p&gt;The switch to a naked line happened on the scheduled day. I didn&apos;t realise however that the porting of the phone number would take a few extra days. Not a huge problem, but something to be aware of.&lt;/p&gt;
&lt;p&gt;Going naked means you have no dial-tone. If you want to keep your phone number, it needs to be ported to a VoIP service. In this case to NodePhone (Internode&apos;s VoIP offering), with $10/month call credit. I&apos;ve been using first FreeCall and more recently PennyTel as outgoing VoIP providers for a number of years. It will be interesting to see how NodePhone compares.&lt;/p&gt;
&lt;p&gt;Two nice features that I discovered was it comes with voicemail (you can customise the greeting, and you can get email notifications), and caller ID is included (instead of paying $6/month for the privilege)&lt;/p&gt;
&lt;p&gt;I configured my trusty ATA (a Sipura SPA-3000) with new settings to work with NodePhone. All seemed fine, but it didn&apos;t work – the registration was failing. A call to Internode Support didn&apos;t identify any issues other than I was using more recent firmware than they were aware of, and that I was using relatively &apos;old&apos; hardware. In any case just when I was about to give up for the evening, I noticed that it had started working all by itself.&lt;/p&gt;
&lt;p&gt;All seemed fine for a few days, then I noticed that we were getting calls going to voicemail but no missed calls were on the phone. Strangely the ATA was still saying it was registered but most calls never rang the phone – they just redirected to voicemail.&lt;/p&gt;
&lt;p&gt;Another call to Internode support, but again no joy. Nothing looked out of place with my settings, but they could see the registration was dropping out regularly (which would explain the calls not coming through to the handset). Their final suggestion – get some new hardware.&lt;/p&gt;
&lt;p&gt;It turns out I bought the Sipura SPA-3000 way back in 2005. 7 years is a good innings for consumer hardware, so maybe it was time to update to something more current. The &lt;a href=&quot;https://web.archive.org/web/20130103082130/http://gigaset.com:80/hq/en/product/GIGASETC610.html&quot;&gt;Gigaset C610&lt;/a&gt; seemed to be well regarded so I picked up one from Internode&apos;s Adelaide office.&lt;/p&gt;
&lt;p&gt;It was pretty straightforward to configure, but annoyingly I then discovered I was having the same problem still. Another call to Internode Support, but this time they said they had TWO active registrations – one for the Gigaset and one for the SPA! That didn&apos;t make sense, as the SPA was now sitting on a shelf – no power, no network. They reviewed the modem and Gigaset settings and things seemed to settle down, and I received an incoming call ok.&lt;/p&gt;
&lt;p&gt;So hopefully that&apos;s the way things will stay for now on 😀&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2011/11/is-it-worth-going-naked-2011</id>
    <updated>2011-11-26T20:25:00.001+10:30</updated>
    <title>Is it worth going naked (2011)</title>
    <link href="https://david.gardiner.net.au/2011/11/is-it-worth-going-naked-2011" rel="alternate" type="text/html" title="Is it worth going naked (2011)"/>
    <category term="VoIP"/>
    <category term="Internet"/>
    <published>2011-11-26T20:25:00.001+10:30</published>
    <summary type="html">Internode have just announced that for customers with existing ADSL2+ broadband, transferring to a Naked plan whilst keeping your existing phone number is now possible.</summary>
    <content type="html">&lt;p&gt;&lt;a href=&quot;https://www.internode.on.net&quot;&gt;Internode&lt;/a&gt; have &lt;a href=&quot;https://web.archive.org/web/20240916100439/https://www.internode.on.net/news/2011/11/255.php&quot;&gt;just announced&lt;/a&gt; that for customers with existing ADSL2+ broadband, transferring to a Naked plan whilst keeping your existing phone number is now possible.&lt;/p&gt;
&lt;p&gt;Just over a year ago I &lt;a href=&quot;/2010/10/is-it-worth-going-naked&quot;&gt;compared the costs&lt;/a&gt;, and decided it wasn&apos;t worth it. So has anything changed since then?&lt;/p&gt;
&lt;p&gt;Current monthly expenses (Nov 2011)&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Service&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt;Broadband&lt;/td&gt;
&lt;td&gt;Internode Easy-Broadband-Classic (50GB)*&lt;/td&gt;
&lt;td&gt;47.45&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Telephone&lt;/td&gt;
&lt;td&gt;HomeLine® Budget#&lt;/td&gt;
&lt;td&gt;28.95&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Total&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;76.40&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;* – &apos;grandfathered&apos; plan no longer available to new customers. Price includes 5% discount.&lt;/p&gt;
&lt;p&gt;# – HomeLine Budget plan activated before &lt;a href=&quot;https://web.archive.org/web/20110621020114/http://www.telstra.com.au:80/homephone/plans/homeline_budget.html&quot;&gt;newer conditions were introduced&lt;/a&gt; which disallow non-BigPond ADSL providers, and also includes $6 to enable Caller Number Display.&lt;/p&gt;
&lt;p&gt;This is almost the same as last year, with the only change being Telstra are charging $2 more per month than they used to.&lt;/p&gt;
&lt;p&gt;Easy Naked monthly expenses (Nov 2011)&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Service&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt;Broadband&lt;/td&gt;
&lt;td&gt;Internode Easy Naked Broadband (30GB)*&lt;/td&gt;
&lt;td&gt;56.95&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Telephone&lt;/td&gt;
&lt;td&gt;Internode NodePhone2-Special&lt;/td&gt;
&lt;td&gt;0.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Total&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;56.95&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;* – price includes 5% discount&lt;/p&gt;
&lt;p&gt;Whereas last year I could have got 150GB/month, now for the same price now I&apos;d get only 30! There&apos;s also a one-off setup fee of $79 (for 2 year contract) or $129 outright.&lt;/p&gt;
&lt;p&gt;So all other things being equal, there&apos;s a saving of $19.45/month, but with the downside being 20GB less quota. So, could I survive on only 30GB/month? Well looking at the last 12 months, apparently not always:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;../../assets/2011/11/monthly%20usage_thumb%5B7%5D.png&quot; alt=&quot;Graph of monthly internet usage&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The next step up is the 200GB plan for $75.95 with 5% disc included. This pretty much nullifies the savings. It&apos;s a pity they don&apos;t offer something between the 30 and 200.&lt;/p&gt;
&lt;p&gt;The other thing I&apos;d need to figure out is how this would work with my existing PennyTel VoIP account. As I understand it, my trusty old Sipura SPA 3000 only supports receiving calls from one VoIP provider, and I assume that would need to be NodePhone for the number porting to work correctly. A bit more investigating is required on this front.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2010/10/is-it-worth-going-naked</id>
    <updated>2010-10-08T15:24:00.001+10:30</updated>
    <title>Is it worth going naked?</title>
    <link href="https://david.gardiner.net.au/2010/10/is-it-worth-going-naked" rel="alternate" type="text/html" title="Is it worth going naked?"/>
    <category term="VoIP"/>
    <category term="Internet"/>
    <published>2010-10-08T15:24:00.001+10:30</published>
    <summary type="html">Following on from yesterday&apos;s post I thought I&apos;d run through the numbers to see what savings are possible with a change to a &apos;naked&apos; Internode ADSL service and porting our home phone number to VoIP.</summary>
    <content type="html">&lt;p&gt;Following on from &lt;a href=&quot;/2010/10/internode-introduced-phone-number&quot;&gt;yesterday&apos;s post&lt;/a&gt; I thought I&apos;d run through the numbers to see what savings are possible with a change to a &apos;naked&apos; &lt;a href=&quot;http://www.internode.on.net&quot;&gt;Internode&lt;/a&gt; ADSL service and porting our home phone number to VoIP.&lt;/p&gt;
&lt;p&gt;Current monthly expenses&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Service&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt;Broadband&lt;/td&gt;
&lt;td&gt;Internode Easy-Broadband-Classic (50GB)*&lt;/td&gt;
&lt;td&gt;47.45&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Telephone&lt;/td&gt;
&lt;td&gt;HomeLine® Budget#&lt;/td&gt;
&lt;td&gt;26.95&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Total&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;74.40&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;* – &apos;grandfathered&apos; plan no longer available to new customers. Price includes 5% discount.&lt;/p&gt;
&lt;p&gt;# – HomeLine Budget plan activated before &lt;a href=&quot;https://web.archive.org/web/20110621020114/http://www.telstra.com.au:80/homephone/plans/homeline_budget.html&quot;&gt;newer conditions were introduced&lt;/a&gt; which disallow non-BigPond ADSL providers, and also includes $6 to enable Caller Number Display.&lt;/p&gt;
&lt;p&gt;There seems to be two possibilities – the &quot;Easy&quot; plan (which also counts uploads but tend to have larger overall quotas) or the &quot;Extreme&quot; (which don&apos;t count uploads). I&apos;ve applied the 5% discount to the broadband plans.&lt;/p&gt;
&lt;p&gt;Easy Naked monthly expenses&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Service&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt;Broadband&lt;/td&gt;
&lt;td&gt;Internode Easy Naked Pure Broadband S :: 150 Gigabytes&lt;/td&gt;
&lt;td&gt;56.95&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Telephone&lt;/td&gt;
&lt;td&gt;Internode NodePhone2-Starter&lt;/td&gt;
&lt;td&gt;5.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Total&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;61.95&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;NakedExtreme monthly expenses&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Service&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt;Broadband&lt;/td&gt;
&lt;td&gt;Internode NakedExtreme ADSL2+ Pure Broadband 60 Gigabytes&lt;/td&gt;
&lt;td&gt;66.46&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Telephone&lt;/td&gt;
&lt;td&gt;Internode NodePhone2-Starter&lt;/td&gt;
&lt;td&gt;5.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Total&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;71.46&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;So unless I&apos;ve overlooked something, it looks like there&apos;s an opportunity to save up to $12/month.&lt;/p&gt;
&lt;p&gt;One thing to be careful of – there does appear to be a risk if you choose the &quot;Easy Naked&quot; plan. Turns out that you could end up on either an &lt;a href=&quot;https://web.archive.org/web/20101212040333/http://www.internode.on.net/residential/broadband/adsl/extreme/faq/&quot;&gt;Agile OR Optus DSLAM&lt;/a&gt;, and if you&apos;re not on an Agile DSLAM then I believe that &lt;a href=&quot;https://www.iinet.net.au/internet-product?ref=internode&quot;&gt;NodePhone isn&apos;t an option&lt;/a&gt;. I&apos;m &lt;a href=&quot;http://forums.whirlpool.net.au/forum-replies.cfm?t=1548489&amp;amp;p=4#r62&quot;&gt;waiting for clarification of this in the Whirlpool forums&lt;/a&gt;.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2010/10/internode-introduced-phone-number</id>
    <updated>2010-10-07T09:09:00.001+10:30</updated>
    <title>Internode introduced phone number porting</title>
    <link href="https://david.gardiner.net.au/2010/10/internode-introduced-phone-number" rel="alternate" type="text/html" title="Internode introduced phone number porting"/>
    <category term="VoIP"/>
    <category term="Internet"/>
    <published>2010-10-07T09:09:00.001+10:30</published>
    <summary type="html">Good news for some Internode customers – this week they&apos;ve finally launched phone number porting, so that if you want to choose one of the &quot;Naked&quot; ADSL products, you can keep your phone number and have it linked to a.</summary>
    <content type="html">&lt;p&gt;Good news for some &lt;a href=&quot;http://www.internode.on.net&quot;&gt;Internode&lt;/a&gt; customers – this week they&apos;ve finally &lt;a href=&quot;https://web.archive.org/web/20251011123314/https://www.internode.on.net/news/2010/10/202.php&quot;&gt;launched phone number porting&lt;/a&gt;, so that if you want to choose one of the &quot;Naked&quot; ADSL products, you can keep your phone number and have it linked to a VoIP service, whilst no longer having to pay separate line rental.&lt;/p&gt;
&lt;p&gt;This is great, except for those of us already on an Agile DSLAM. Turns out that &lt;a href=&quot;http://forums.whirlpool.net.au/forum-replies.cfm?t=1547788&amp;amp;p=2#r29&quot;&gt;Telstra aren&apos;t being very cooperative&lt;/a&gt; in allowing people to move from LSS to ULLS (which is the position I believe I&apos;m in).&lt;/p&gt;
&lt;p&gt;The other problem I&apos;d need to solve would be how to mix the &lt;a href=&quot;https://www.iinet.net.au/internet-product?ref=internode&quot;&gt;NodePhone&lt;/a&gt; service that the phone number would be linked to with &lt;a href=&quot;http://www.pennytel.com.au&quot;&gt;PennyTel&lt;/a&gt; – the VoIP provider I currently use. For our particular call usage pattern PennyTel has been a good choice. I&apos;ll do some further analysis but I suspect NodePhone&apos;s standard call rate of 18c per call won&apos;t work out as cheap as &lt;a href=&quot;https://web.archive.org/web/20241019204220/https://www.pennytel.com.au/CallPlanRates.aspx?element=124&amp;amp;category=1&quot;&gt;PennyTel&apos;s 1.6c/min (timed plan) or 8c per call (untimed plan).&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Update 10am&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;One option that may be worth considering is &lt;a href=&quot;https://web.archive.org/web/20170412094450/https://www.internode.on.net/residential/broadband/adsl/easy_naked/transfer/new/&quot;&gt;ordering a new naked ADSL service on an existing spare copper pair&lt;/a&gt;, and then using the &lt;a href=&quot;http://www.internode.on.net/residential/home_phone/nodephone/number_porting/#simple&quot;&gt;Simple Phone Number Port service&lt;/a&gt; to transfer the phone number to NodePhone VoIP and cancel the old phone line and ADSL services. The downside is some additional costs up front, but the hope would be over time you&apos;d come out ahead.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2008/06/abb-day-1</id>
    <updated>2008-06-10T20:56:00.001+09:30</updated>
    <title>ABB Day 1</title>
    <link href="https://david.gardiner.net.au/2008/06/abb-day-1" rel="alternate" type="text/html" title="ABB Day 1"/>
    <category term="SQL"/>
    <category term="Work"/>
    <category term="VoIP"/>
    <published>2008-06-10T20:56:00.001+09:30</published>
    <summary type="html">Today was my first day at ABB Grain Ltd.</summary>
    <content type="html">&lt;p&gt;Today was my first day at ABB Grain Ltd. Carl (my manager) gave me a tour of the facilities where apparently 400 staff are based. I was impressed to learn that not only is tea and coffee provided, but there&apos;s even an on-site gym.&lt;/p&gt;
&lt;p&gt;The location is very pleasant, overlooking the &lt;a href=&quot;https://en.wikipedia.org/wiki/Adelaide_Parklands&quot;&gt;parklands&lt;/a&gt;. Veale Gardens is directly across the road, which is a nice place to walk around at lunch time. The office is reasonable quiet (yay, no loud conversations from people supporting video conferences! Some people will know &lt;a href=&quot;https://web.archive.org/web/20080802223135/http://www.decs.sa.gov.au/learningtechnologies/a8_publish/modules/publish/content.asp?navgrp=2281&quot;&gt;who&lt;/a&gt; I&apos;m talking about!)&lt;/p&gt;
&lt;p&gt;I&apos;m starting to learn a bit more about the application that I&apos;ll be working on. &lt;a href=&quot;http://timothywalters-devthoughts.blogspot.com/&quot;&gt;Timothy Walters&lt;/a&gt; has had a couple of weeks head start on me, but with the combination of C#, WPF, SQL 2005, NHibernate, ActiveRecord and &lt;a href=&quot;https://web.archive.org/web/20250308000653/https://en.wikipedia.org/wiki/Composite_UI_Application_Block&quot;&gt;CAB&lt;/a&gt; (and maybe the possibility of Castle Windsor), this is going to be really interesting.&lt;/p&gt;
&lt;p&gt;Timothy also mentioned he&apos;s keen to do some pair programming on this project. Looks like we&apos;re going to get to do a bit of extreme programming.&lt;/p&gt;
&lt;p&gt;Other good news is my computer did have dual monitors (though hopefully one will be replaced as I had trouble connecting with a funny DVI plug). They&apos;re also using IP telephony, which is cool. Unfortunately their SIP server is not public, so no free calls from home though :-(&lt;/p&gt;
&lt;p&gt;Instead of TFS, they use &lt;a href=&quot;https://web.archive.org/web/20090628122725/http://www.axosoft.com:80/products/ontime.aspx&quot;&gt;OnTime&lt;/a&gt; for bug tracking and &lt;a href=&quot;https://web.archive.org/web/20250423044905/https://www.nongnu.org/cvs/&quot;&gt;CVS&lt;/a&gt; for version control (though we might be moving to &lt;a href=&quot;https://web.archive.org/web/20080611071312/http://subversion.tigris.org:80/&quot;&gt;Subversion&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;So all in all a pretty good first day, and I&apos;m feeling excited about the project work (even if I did discover the database has no foreign keys at all - aargh!)&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2007/05/pennytel-supports-caller-id-cli</id>
    <updated>2007-05-31T14:04:00.001+09:30</updated>
    <title>PennyTel supports Caller ID (CLI)</title>
    <link href="https://david.gardiner.net.au/2007/05/pennytel-supports-caller-id-cli" rel="alternate" type="text/html" title="PennyTel supports Caller ID (CLI)"/>
    <category term="VoIP"/>
    <published>2007-05-31T14:04:00.001+09:30</published>
    <summary type="html">PennyTel (who I use for calling mobile phones) have enabled outgoing CLI for both their timed and untimed services.</summary>
    <content type="html">&lt;p&gt;&lt;a href=&quot;https://web.archive.org/web/20070520032633/http://www.pennytel.com:80/faqs.html&quot;&gt;PennyTel&lt;/a&gt; (who I use for calling mobile phones) have enabled outgoing CLI for both their timed and untimed services.&lt;/p&gt;
&lt;p&gt;That means that when we call mobile numbers, they&apos;ll see our home phone number instead of &apos;Private&apos;.&lt;/p&gt;
&lt;p&gt;Now just to convince &lt;a href=&quot;https://www.freecall.net.au/main.php&quot;&gt;FreeCall&lt;/a&gt; to do the same.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2007/05/new-firmware-for-spa-3000</id>
    <updated>2007-05-11T22:13:00.000+09:30</updated>
    <title>New firmware for SPA-3000</title>
    <link href="https://david.gardiner.net.au/2007/05/new-firmware-for-spa-3000" rel="alternate" type="text/html" title="New firmware for SPA-3000"/>
    <category term="VoIP"/>
    <published>2007-05-11T22:13:00.000+09:30</published>
    <summary type="html">LinkSys (who bought out Sipura) have released version 3.1.18 of the firmware for their SPA-3000 analogue telephone adapter.</summary>
    <content type="html">&lt;p&gt;LinkSys (who bought out Sipura) have released &lt;a href=&quot;https://www.linksys.com/?c=L_Download_C2&amp;amp;childpagename=US%2FLayout&amp;amp;cid=1115417109974&amp;amp;packedargs=sku%3D1125638798035&amp;amp;pagename=Linksys%2FCommon%2FVisitorWrapper&quot;&gt;version 3.1.18&lt;/a&gt; of the firmware for their SPA-3000 analogue telephone adapter.&lt;/p&gt;
&lt;p&gt;The comments in reply to &lt;a href=&quot;https://forums.whirlpool.net.au/thread/738305&quot;&gt;my post on Whirlpool&lt;/a&gt; seem to indicate that this improves quality and reduces echo. I&apos;ve just updated my box, so it will be interested to see if any difference is noted.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2007/04/voip-problems</id>
    <updated>2007-04-03T01:06:00.001+09:30</updated>
    <title>VoIP problems</title>
    <link href="https://david.gardiner.net.au/2007/04/voip-problems" rel="alternate" type="text/html" title="VoIP problems"/>
    <category term="VoIP"/>
    <published>2007-04-03T01:06:00.001+09:30</published>
    <summary type="html">Before I left for CodeCamp on Friday, I&apos;d done two things:</summary>
    <content type="html">&lt;p&gt;Before I left for CodeCamp on Friday, I&apos;d done two things:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;I&apos;d enabled the &lt;a href=&quot;https://web.archive.org/web/20060920112431/https://www.telstra.com.au/phones/homeservices/features_standard_101.htm&quot;&gt;Telstra Home Messages 101&lt;/a&gt; service on our phone line (seeing as our answering machine had died a couple of months ago)&lt;/li&gt;
&lt;li&gt;I upgraded the firmware on my Billion 7402GL modem to the &lt;a href=&quot;https://web.archive.org/web/20240624025608/http://www.billion.com.au/support/bipac7402gl.php&quot;&gt;latest release&lt;/a&gt; - 5.52e.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;While I was away, Narelle mentioned that the phone had been playing up a bit. The Home Messages service takes a few
days to activate, so I wondered if that was interfering with the Sipura SPA-3000&apos;s line detection somehow.
I had a look this morning, and after power-cycling the modem and ATA, everything appeared to be ok.
However tonight I noticed the phone dial tone was back on the expensive &quot;Telstra&quot; tone.&lt;/p&gt;
&lt;p&gt;After fiddling with the modem settings for ages, I finally decided that maybe there was a problem with the new
firmware, so used the emergency software to drop back to 5.04 then upgraded to 5.07, which had been
very reliable and what I had been running for ages.&lt;/p&gt;
&lt;p&gt;I managed to do this (though it would have been a bit quicker if I&apos;d paid attention to the instructions where it said to ensure your PC has a static IP address before you start - kind of makes sense when you think about it).
After power-cycling again, still no joy.
I use the &lt;a href=&quot;https://www.solarwinds.com/kiwi-syslog-server&quot;&gt;free SysLog daemon&lt;/a&gt; from &lt;a href=&quot;https://www.solarwinds.com/kiwi-syslog-server&quot;&gt;Kiwi Enterprises&lt;/a&gt; to monitor what the SPA is up to, and it still looked like it was not able to register with our main VoIP provider - FreeCall.&lt;/p&gt;
&lt;p&gt;Had my Sipura gone faulty?&lt;/p&gt;
&lt;p&gt;As a last desperate measure, I checked the &lt;a href=&quot;https://forums.whirlpool.net.au/forum/107&quot;&gt;VoIP Forum&lt;/a&gt; on &lt;a href=&quot;https://whirlpool.net.au/&quot;&gt;Whirlpool&lt;/a&gt;, and lo and behold - someone had posted about &lt;a href=&quot;https://forums.whirlpool.net.au/thread/714068&quot;&gt;problems registering with FreeCall&lt;/a&gt;! A quick visit to their website confirmed in the hard-to-read scrolling notice that they&apos;re suffering some kind of DDoS.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Please be advised that our main Internet router is currently being attacked by virus. VoIP services are temporarily unavailable. Apologies for inconveniences caused...&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;So I updated the Sipura&apos;s configuration to point to our other provider PennyTel (usually we just use them for mobile calls), and bingo! we&apos;re back online again.&lt;/p&gt;
&lt;p&gt;A pity I didn&apos;t check that first :-(&lt;/p&gt;
</content>
  </entry>
  <entry>
    <id>https://david.gardiner.net.au/2006/10/skype</id>
    <updated>2006-10-06T22:28:00.001+09:30</updated>
    <title>Skype</title>
    <link href="https://david.gardiner.net.au/2006/10/skype" rel="alternate" type="text/html" title="Skype"/>
    <category term="VoIP"/>
    <published>2006-10-06T22:28:00.001+09:30</published>
    <summary type="html">Although I&apos;ve been aware of Skype for quite a while, I&apos;ve never had occasion to use it until now.</summary>
    <content type="html">&lt;p&gt;Although I&apos;ve been aware of &lt;a href=&quot;http://www.skype.com&quot;&gt;Skype&lt;/a&gt; for quite a while, I&apos;ve never had occasion to use it until now.&lt;/p&gt;
&lt;p&gt;Our friend Jane was able to talk to her sister Ann who is now overseas, and it worked pretty well.&lt;/p&gt;
&lt;p&gt;Not as seamless in my opinion as proper VoIP (like we use for our normal phonecalls at home), but it is still free so you can&apos;t complain about that.&lt;/p&gt;
</content>
  </entry>
</feed>
