18th August 2009, 09:44 am
Digium have released pricing details for Skype for Asterisk – http://store.digium.com/productview.php?product_code=1SFA0001
While it’s great software at $66 per channel it could work out very expensive if you need multiple channels.
13th August 2009, 07:42 pm
I have made available a demo VPS so you can have a look and play with FreePBX 2.8 and A2Billing 1.7.1
Access details can be found here – http://sysadminman.net/livedemo.html
13th August 2009, 05:16 pm
The version of A2Billing installed on the Sysadminman VPS template has been upgraded to version 1.4.1. It also has Asterisk 1.6 and FreePBX 2.5 installed.
Click here for more details
A2Billing 1.4 includes new features such as -
* Agent/Reseller module
* Redesigned web GUI
* New ticket system
* Dashboard
* All configuration settings moved to database
and here are some screen shots of A2Billing 1.4 -



7th August 2009, 12:20 pm
Here is a php script designed to download the callwithus.com rate file and create a rate card in a2billing from it. It’s designed to work with the latest version of A2Billing – version 1.4.1
Here is a link to the script – http://sysadminman.net/misc/cwu-rates.html
If you copy and paste the script in to a file on your A2Billing server called /tmp/cwu-rates.php you can then run it by doing -
cd /tmp
php cwu-rates.php
Before running it you will need to set the correct dabase, user and password name for a2billing at the top of the script. Also, the default markup for your ‘sell rate’ is 50% but you can alter this by modifying $markup.
If everything went well you should then find a new rate card created in A2Billing. You will need to set a trunk for the rate card and also assign it to a call plan before it can be used. Obviously check that the rates it has created look good too!
Also, I would suggest that before you run the script you take a backup of you A2Billing database – just in case things go wrong.
This script can be easily modified to work with other providers that provide a rate file that you can download.