Setting up a2billing. I've only set up a test server so far, but this is what I did:
Install Trixbox 2.3.0.9 (uses Asterisk 1.4.14)
Log into the new box as root:
# cd /usr/src
# wget http://a2billing2asterisk.googlepages.com/a2script2309.sh
# chmod +x a2script239.sh
# ./a2script2309.sh
These exact versions are pretty important. Apparently Asterisk 1.4.16 is the latest version that doesn't have strange bugs. And the a2script above is the one that works with it.
|