Installing libpri
From Etel
Contents |
Title
Installing libpri
Problem
You want to use PRI signaling with a digital interface card in Asterisk.
Solution
Download the latest version of libpri. Substitute the version of libpri for the X.X in the command line below. libpri is available for download from: http://downloads.digium.com/pub/telephony/libpri
# wget http://downloads.digium.com/pub/telephony/libpri/libpri-X.X.current.tar.gz
Expand the downloaded file, compile its contents, and install the libraries. Substitute the version of libpri for the X.X and X.X.X in the command lines below.
# tar -zxvf libpri-X.X-current.tar.gz # cd libpri-X.X.X/ # make # make install
Discussion
The library files for libpri are now installed. If you have not done so, you will need to install DAHDI to use your DAHDI-based hardware. This is explained in the Installing DAHDI section. Then refer to the Installing Asterisk section for information on how to install Asterisk. PRI support will be automatically compiled into Asterisk now that you have libpri installed.
See Also
Metadata
- By: ChrisHozian
