Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:installing_asterisk_under_debian_etch [2009/11/12 20:58]
Joel Dare
linux:installing_asterisk_under_debian_etch [2020/06/01 22:53] (current)
Line 1: Line 1:
 +====== Installing Asterisk Under Debian Etch ======
  
 +  * You'll need (at least)
 +
 +  apt-get install libncurses5-dev
 +
 +  * Download asterisk
 +
 +  cd /usr/src
 +  wget http://​downloads.digium.com/​pub/​asterisk/​releases/​asterisk-1.4.17.tar.gz
 +
 +  * Extract it
 +
 +  tar -xzf asterisk-1.4.17.tar.gz
 +
 +  * Install it
 +
 +  ./configure
 +  make clean
 +  make
 +  make install
 +  make samples
 +  make config
comments powered by Disqus