How to compile the Libpri in Asterisk? william 04-August-2008 02:52:09 PMComments 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 Posted by sagitraz # cd /usr/src/libpri.1.2.3 # make : # make install Posted by alwin |
Posted: 05-August-2008 01:13:06 PM By: alwin # cd /usr/src/libpri.1.2.3 # make : # make install | |
Posted: 24-August-2008 12:03:16 PM By: sagitraz 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 |