Versions Compared

Key

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

In order to download the source, visit http://www.downloads.digium.com/pub/telephony/libpri/ and select one of the tar.gz links (http://downloads.asterisk.org/pub/telephony/http://downloads.asterisk.org/pub/telephony/libpri/libpri-1.4.14.tar.gz for example)

In a terminal, change to the /usr/src directory then download the libpri tarball (copied .tar.gz link)

  1. wget http://downloads.asterisk.org/pub/telephony/libpri/libpri-1.4.14.tar.gz

After this is done, extract the file

  1. tar -zxvf libpri-1.4.14.tar.gz

Change to the dahdi directory

  1. cd libpri-1.4.14/

Lastly, compile Libpri

  1. make

  2. make install