Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels