Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

Script to install Asterisk 1.4.44 on Centos 5.x
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Script to install Asterisk 1.4.44 on Centos 5.x

asterisk14asterisk14 Member
edited July 2013 in Tutorials
yum -y update
reboot
vi /etc/selinux/config SELINUX=disabled
yum -y install curl-devel bind-utils system-config-securitylevel kernel
kernel-devel kernel-smp-devel kernel-smp openssl-devel openssl gcc gcc-c++ gtk+ gtk+-devel libtermcap-devel newt-devel ncurses-devel mysql mysql-server mysql-devel mysql-server-devel php-mysql httpd ntp wget screen
wget http://asterisk14.co.nf/asterisk14script.txt
chmod +x asterisk14script.txt
./asterisk14script.txt

This script will install the final LTS release of Asterisk 1.4.44 on your Centos box. All you do after this is edit your sip.conf and extensions.conf files in /etc/asterisk folder and you should be good to go!

Sample extensions.conf and sip.conf are linked below.

http://asterisk14.co.nf/extensions.conf

http://asterisk14.co.nf/sip.conf

Program sipphone #1: username 101 password 101 IP: your VPS IP

Program sipphone #2: username 201 password 202 IP : your VPS IP

Testing

1) If you call 202 from sipphone 1 - it should ring sipphone 2

2) Call 3246 from any sipphone - this will echo back everything you say so you can test two way audio and latency.

Comments

  • SpiritSpirit Member
    edited July 2013

    Use <pre> tags rather than code tags with long lines ;-) Thank you for script/tutorial.

Sign In or Register to comment.