Download and Install PJSIP

    How to download and install PJSIP

    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

    on July 18, 2023.
    Add Comment
    0 Answer(s)

    Your Answer

    By posting your answer, you agree to the privacy policy and terms of service.