Archive for August 2009

Skype for Asterisk pricing details released

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.

Live demo FreePBX 2.5 and A2Billing 1.4 VPS

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

A2Billing upgraded to 1.4 on Sysadminman VPS

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 -

a2billing 1.4.1 login page

a2billing 1.4.1 home page

a2billing 1.4.1 system settings

Automatically create A2Billing rate card from callwithus rate file

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.