Enter your email address to subscribe to this blog and receive notifications of new posts by email.
Email Address
Questions
367
Members
7950
How to download and install PJSIP
Munna Kumar
cd ~ git clone https://github.com/pjsip/pjproject.git cd pjproject./configure CFLAGS=”-DNDEBUG -DPJ_HAS_IPV6=1″ –prefix=/usr –libdir=/usr/lib64 –enable-shared –disable-video –disable-sound –disable-opencore-amr
make dep
make
sudo make install
sudo ldconfig
By clicking "Sign up" you indicate that you have read and agree to the privacy policy and terms of service.
Munna Kumar
cd ~ git clone https://github.com/pjsip/pjproject.git cd pjproject
./configure CFLAGS=”-DNDEBUG -DPJ_HAS_IPV6=1″ –prefix=/usr –libdir=/usr/lib64 –enable-shared –disable-video –disable-sound –disable-opencore-amr
make dep
make
sudo make install
sudo ldconfig
Related