Posted On March 31, 2019

How to Install Asterisk on Ubuntu

kimconnect 0 comments
blog.KimConnect.com >> Linux , Windows >> How to Install Asterisk on Ubuntu
su
[enter root password]
cd /temp
wget
apt-get install build-essential wget libssl-dev libncurses5-dev libnewt-dev libxml2-dev linux-headers-$(uname -r) libsqlite3-dev uuid-dev
tar zxvf asterisk-11-current.tar.gz
cd asterisk-11-13.0
./configure
make menuconfig
[enable or disable features]
make
make install
cd /etc/asterisk/
ls
[create all configuration files]
cd /temp/asterisk-11.13.0
make samples <== create sample configuration files in the /etc/asterisk directory
asterisk -cVVV <== start asterisk with verbose level 3
[ctrl z] get out of Asterisk CLI
cd /asterisk-11.13.0/contrib/init.d
cp rc.debian.asterisk /etc/init.d/asterisk <== this doesn't work in the demo

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Upgrade from Windows 2008 R2 to 2012 R2

1. Run: f:\support\adprep\adprep /forestprep f:\support\adprep\adprep /domainprep   2. Start Windows setup to upgrade the OS…

Fix 4GB Limitation on a Windows 32BIT OS

PatchPae (v2) by wj32. Tested on: Windows Vista SP2, Windows 7 SP0, Windows 7 SP1,…

Domino Applications Migration

Our current production software is becoming outdated, whereby it lacks performance, intuitive user interface, integration…