News
Idefisk
Tools
Tutorials
Forum
Reviews
VoIP Providers
Archives
Gallery
Online Help Desk
The forum for asterisk and voip discussions
FAQ
Search
Memberlist
Usergroups
Register
Profile
Log in to check your private messages
Log in
Tutorial: Compile Asterisk 1.4.13 / Debian4.0r1(Linux2.6.18)
Forum Index
->
Installation and compilation of asterisk
View previous topic
::
View next topic
Author
Message
supercrevette
Joined: 26 Oct 2007
Posts: 5
Posted: Fri Oct 26, 2007 7:20 pm
Post subject: Tutorial: Compile Asterisk 1.4.13 / Debian4.0r1(Linux2.6.18)
After a lot of night and tries
, I finally compile Asterisk
to help some beginners - like me - follow the nexts commands :
------------------------------------------------
[logged as root]
apt-get install make
apt-get install gcc
apt-get install g++
apt-get install bison
apt-get install linux-sources-2.6.18
apt-get install linux-headers-2.6.18-5-686
apt-get install libncurses5-dev
apt-get update
apt-get upgrade
cd /usr/src/
mkdir asterisk/
cd asterisk/
wget
http://downloads.digium.com/pub/asterisk/releases/asterisk-1.4.13.tar.gz
tar -xvf asterisk-1.4.13.tar.gz
wget
http://downloads.digium.com/pub/libpri/libpri-1.4.2.tar.gz
tar -xvf libpri-1.4.2.tar.gz
wget
http://downloads.digium.com/pub/zaptel/zaptel-1.4.6.tar.gz
tar -xvf zaptel-1.4.6.tar.gz
cd libpri-1.4.2/
make clean
make
make install
cd zaptel-1.4.6/
make clean
make
make install
make config
cd asterisk-1.4.13/
make clean
./configure
make install
make samples
make config
reboot
------------------------------------------------
Asterisk is now compiled and installed... => Enjoy it !
Back to top
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
Forum Index
->
Installation and compilation of asterisk
All times are GMT
Page
1
of
1
Jump to:
Select a forum
Asterisk Software
----------------
Asterisk Questions - beginners
Installation and compilation of asterisk
Hardware questions
ip phones and IADs / ATAs
Asterisk community Chill out zone
Voip providers
Asterisk@home and other 3rd party tools
Asterisk related news
Asterisk Guru related topics
----------------
Asteriskguru tools
Asteriskguru Website
Idefisk BiZ/OEM
Asteriskguru Tutorials
Other languages
----------------
Nederlands (Dutch)
Francais (French)
Espagnol (Spanish)
Bulgarian
Japanese
Portugese
German
You
cannot
post new topics in this forum
You
cannot
reply to topics in this forum
You
cannot
edit your posts in this forum
You
cannot
delete your posts in this forum
You
cannot
vote in polls in this forum
Powered by
phpBB
© 2001, 2005 phpBB Group