PDA

View Full Version : Asterisk, Free PBX solution


openAdmin
08-23-2009, 09:17 PM
Asterisk (http://www.asterisk.org/) is one of the best telephony solutions which is free to use. Asterisk is very easy to use and lots of open source and closed source panels provide a GUI for it.

Pre-requites for asterisk installation:

Asterisk requires a system running with kernel 2.6 and the header files must be present to compile asterisk on our system. Asterisk is written in c; we require gcc with the supporting libs such as termcap, and openssl. Asterisk add-ons require the mysql header files so please install mysql lib, mysql client and the headers to compile asterisk-addons.

For downloading Asterisk and instructions, please visit howtoforge.com (http://www.howtoforge.com/how-to-install-asterisk-for-your-first-pbx-solution)