--разархивировали исходники
tar xvf dahdi* && tar xvf libpri* && tar xvf asterisk*
cd dahdi-linux-*
make && make install
cd libpri-*
make && make install
cd asterisk-*
./configure
--Ошибки:
--configure: error: *** uuid support not found (this typically means the uuid development package is missing) asterisk
--yum install libuuid-devel
--configure: error: *** JSON support not found (this typically means the libjansson development package is missing)
--cd /usr/src/ && wget http://www.digip.org/jansson/releases/jansson-2.5.tar.gz
--tar -zxf jansson-2.5.tar.gz
--cd jansson*
--./configure --prefix=/usr/ && make clean && make && make install && ldconfig
--centos configure: WARNING: *** Please install the SQLite3 development package.
--yum install sqlite, sqlite-devel