PJSIP Not Detected

Home » Asterisk Users » PJSIP Not Detected
Asterisk Users 3 Comments

I installed PJSIP from the project git clone https://github.com/asterisk/pjproject pjproject cd pjproject make uninstall & make distclean
./configure –libdir=/usr/lib64 –prefix=/ –enable-shared –disable-sound
–disable-resample –disable-video –disable-opencore-amr
–with-external-srtp make dep && make && make install && ldconfig && ldconfig -p | grep pj

and it is there, but the configure for Asterisk 13.11.0-rc1 does not detect it and it cannot compile it. What am I doing wrong? The box is Ubuntu 14.04 LTS

3 thoughts on - PJSIP Not Detected