Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. cd /usr/src

  2. wget http://downloads.asterisk.org/pub/telephony/certified-asterisk/certified-asterisk-11.2-cert2.tar.gz

After this is done, extract the tar file.

  1. tar -zxvf certified-asterisk-11.2-cert2.tar.gz

Change to the Asterisk source directory

  1. cd certified-asterisk-11.2-cert2/

Lastly, compile Asterisk

  1. ./configure

  2. make menuselect

  3. make

  4. make install

  5. make samples (this installs a set of sample config files and is optional)

  6. make config

Info

Please note that if you have a Digium card or need Asterisk to work with DAHDI you need to install DAHDI first.