Dial via PSTN line on Linksys SPA3102

I have a Linksys SPA3102 hooked up to mynetfone and they recently introduced caller id over stamping to residential plans. All this means is that when you place an outgoing call, instead of your VOIP number being presented to the person your calling, they get your standard Telstra/Optus number (PSTN) or even a mobile number if you so wish. In order to confirm my number and that I own it, mynetfone require you to call from the number you designated and go through some confirmation steps. The issue here was that the default setup and dial plan routes all calls via VOIP, only calls to emergency numbers automatically get routed via PSTN (this is so they can home in on your location).

So what I wanted was a way to hit the ‘#’ key and get dial tone via my PSTN line, this is really easy to setup as its just an addition to your existing dial plan.

Log in to your SPA3102 as admin, click on ‘Voice’ and ‘Advanced’.
Next click on ‘Line 1′ and scroll all the way to the bottom till you see ‘Dial Plan’.
On the end of my existing dial plan I added the following:

|<#,:>xx.< :@gw0>

So my entire dial plan now looks like this:

(*xx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.|<#,:>xx.< :@gw0>)

So now whenever I want to dial out via the landline all I have to do is prefix the number with a ‘#’ and I’m set.

Real time Web Analytics

If your interested in real time Web Analytics you should do yourself a favour and check out both of these.

The first is open source and you can run yourself provided you have PHP and MySQL available. It’s JavaScript based tracking like Google Analytics but you have full control over your own data. You could potentially use their API to pull your own data into an AIR client or even Excel.

image
So check out Piwik by clicking here 

The second is Clicky, a pay for service that looks very polished and even lets you analyse Twitter traffic. Although apparently written for bloggers, it excels at good old pure web statistics too. I really like the way it lets you filter data on just about anything as well as site navigation, it’s simple and straight forward.

 image

I also tried out their Twitter support and sure enough my tweet appeared on their demo site immediately. Try yourself by including the #clicky tag in a tweet.

image

Check out Clicky here

I’ve also noticed a lot of sites doing any kind of data visualization are turning to Open Flash Charts for their charting needs. You can learn all about it here.