3.4. Compiling libpri
Compiling and installing libpri follows the same pattern as described
above for zaptel. libpri is used by various makers of Time
Division Multiplexing (TDM) hardware ,
but even if you don't have the hardware installed it is safe to
compile and install this library. You must compile and install
libpri before Asterisk , as it will be detected and used when
Asterisk is compiled. Here are the commands (replace
version with your version of libpri):
# cd /usr/src/libpri-version
# make clean
# make
# make install
|