[asterisk-users] Asterisk 12 on Debian Wheezy

Olivier oza.4h07 at gmail.com
Wed Aug 13 12:01:19 CDT 2014


After installing various packages, here is what I did:

TDIR=/usr/src
cd $TDIR
PJOPTIONS="--prefix=/usr --enable-shared --disable-sound
--disable-resample --disable-video --disable-opencore-amr"
git clone https://github.com/asterisk/pjproject pjproject
cd pjproject/
./configure ${PJOPTIONS}
make dep
make
make install
ldconfig
cd /usr/src
wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-12.4.0.tar.gz
tar zxf asterisk-12.4.0.tar.gz
cd asterisk-12.4.0
./configure | grep -i PJPROJECT
....
checking for PJPROJECT... no

A shot with make menuselect shows PJSIP is not available for Asterisk.

How can I help Asterisk's configure script to find PJPROJECT files
(such as /usr/lib/libpjmedia.so) ?



More information about the asterisk-users mailing list