Posts

Showing posts from May 11, 2014

How to setup Asterisk 1.8.7.1 on CentOS 6 i386 with FreePBX, Hylafax, Avantfax, IAXModem, and A2billing

 Asterisk 1.8.7.1, FreePBX 2.8.1, HylaFAX 6.0.5, AvantFAX 3.3.3, IAXModem 1.2.0, A2Billing 1.9.4 If you have any questions or comments please leave a comment or contact me directly email jeffkingsley007 [at]gmail dot com  or call 256782280084 DEMO LINES A2Billing Working Example, US Calling ONLY Access# 413-206-9861 PIN# 4320101553 IAXModem Fax over IP, Receive Line Only Fax# 413-455-0155 Asterisk Incoming Line, Live Line Access# 413-285-3050 #CentOS 6 Asterisk 1.8.8.0 PHP 5.3.2 http://mirror.centos.org/centos-6/6/os/i386 External Links icon #Install New Kernel < 4GB Ram yum -y install kernel kernel-devel kernel-headers system-config* Install New Kernel > 4GB Ram yum -y install kernel-PAE kernel-PAE-devel system-config* reboot #Firewall & Network Settings setup #Install Asterisk Dependencies yum install -y make nano mgetty mgetty-voice cups-lpd perl-DBD-Pg subversion wget python python-devel glibc glibc-devel gcc gcc-c++ flex screen sox libxml

How to install Asterisk and A2billing on Ubuntu Server 12.04LTS

This installation was carried out on Ubuntu 12.04 LTS on 64bit We need to upgrade apt-get #apt-get upgrade #apt-get update Configure your timezone: #dpkg-reconfigure tzdata Install some pre-requisites: #apt-get install libapache2-mod-php5 php5 php5-common #apt-get install php5-cli php5-mysql mysql-server apache2 php5-gd (note the password for mysql, we will need it later) #apt-get install php5-mcrypt #apt-get install build-essential wget libssl-dev libncurses5-dev libnewt-dev  libxml2-dev linux-headers-$(uname -r) libsqlite3-dev uuid-dev Add jansson and install Asterisk 12.1.1 #apt-get install python-software-properties -y #apt-key adv --keyserver pgp.mit.edu --recv-keys 175E41DF #http://www.digip.org/jansson/releases/jansson-2.4.tar.gz #tar -zxf jansson-2.4.tar.gz #cd jansson-2.4/ #./configure --prefix=/usr/ && make clean && make && make install asterisk-1.8.27.0-rc1.tar.gz #add-apt-repository "deb http://packages.asterisk.o