<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello<br>
    <br>
    <br>
    I've succeeded in installing Asterisk 13 and more important : I can
    make webRTC call and I have audio !!<br>
    <br>
    For those on the search like myself, I want to spare some weeks of
    headache.<br>
    <br>
    My steps (CentOS 6.8) :<br>
    <meta http-equiv="CONTENT-TYPE" content="text/html;
      charset=windows-1252">
    <title></title>
    <meta name="GENERATOR" content="LibreOffice 4.1.6.2 (Linux)">
    <meta name="CREATED" content="0;0">
    <meta name="CHANGED" content="0;0">
    <style type="text/css">
        <!--
                @page { margin: 0.79in }
                P { margin-bottom: 0.08in }
                A:link { so-language: zxx }</style><br>
    yum install uuid-devel libuuid-devel autoconf patch automake
    libcurl-devel libogg-devel libvorbis-devel speex-devel popt-devel
    libtool-ltdl-devel libresample-devel gsm-devel libedit-devel
    python-devel jansson-devel binutils-devel <br>
    <br>
    wget http://www.pjsip.org/release/2.5.5/pjproject-2.5.5.tar.bz2<br>
    <meta http-equiv="CONTENT-TYPE" content="text/html;
      charset=windows-1252">
    <title></title>
    <meta name="GENERATOR" content="LibreOffice 4.1.6.2 (Linux)">
    <style type="text/css">
        <!--
                @page { margin: 0.79in }
                P { margin-bottom: 0.08in }
                A:link { so-language: zxx }
        -->
        </style>tar -xjvf pjproject-2.5.5.tar.bz2<br>
    ./configure CFLAGS="-DNDEBUG -DPJ_HAS_IPV6=1" --prefix=/usr
    --libdir=/usr/lib64 --enable-shared --disable-video --disable-sound
    --disable-opencore-amr<br>
    <meta http-equiv="CONTENT-TYPE" content="text/html;
      charset=windows-1252">
    <title></title>
    <meta name="GENERATOR" content="LibreOffice 4.1.6.2 (Linux)">
    <style type="text/css">
        <!--
                @page { margin: 0.79in }
                P { margin-bottom: 0.08in }
                A:link { so-language: zxx }
        -->
        </style>make dep<br>
    make<br>
    make install<br>
    ldconfig -p | grep pj<br>
    ldconfig<br>
    <br>
    wget
<a class="moz-txt-link-freetext" href="http://downloads.asterisk.org/pub/telephony/certified-asterisk/asterisk-certified-13.8-current.tar.gz">http://downloads.asterisk.org/pub/telephony/certified-asterisk/asterisk-certified-13.8-current.tar.gz</a><br>
    [root@siptest asterisk-certified-13.8-cert1]# ./configure
    --libdir=/usr/lib64<br>
    [root@siptest asterisk-certified-13.8-cert1]# make menuselect<br>
    [root@siptest asterisk-certified-13.8-cert1]# make && make
    install<br>
    <br>
    <br>
    Forget the option "--with-pjproject-bundled" I would say. Did not
    work for me on : CentOS release 6.8 (Final)<br>
    <br>
    <br>
    <br>
    Kind regards.<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 12-08-16 17:22, Jonas Kellens wrote:<br>
    </div>
    <blockquote cite="mid:57ADE9CB.8050206@telenet.be" type="cite">Hello
      <br>
      <br>
      <br>
      running into several problems when installing
      asterisk-certified-13.8-cert1 (more then I ever had in Asterisk 11
      and 12).
      <br>
      <br>
      I compile : ./configure --libdir=/usr/lib64
      --with-pjproject-bundled
      <br>
      <br>
      First, I do not seem to have res_srtp module available, although
      all necessary libs are present on the system
      <br>
      <br>
      Second, I am not able to start Asterisk with following error :
      "/usr/sbin/asterisk: error while loading shared libraries:
      libpj.so.2: cannot open shared object file: No such file or
      directory"
      <br>
      <br>
      <br>
      <br>
      <br>
      Help appreciated.
      <br>
      <br>
      Kind regards.
      <br>
      <br>
      <br>
      <br>
      <br>
      On 12-08-16 16:58, Jonas Kellens wrote:
      <br>
      <blockquote type="cite">
        <br>
        On 12-08-16 16:38, Joshua Colp wrote:
        <br>
        <blockquote type="cite">Jonas Kellens wrote:
          <br>
          <blockquote type="cite">Question : I noticed I received an
            error when installing pjproject
            <br>
            --with-external-srtp
            <br>
            <br>
            I do not seems to have the srtp capability.
            <br>
            (However I can easily install with "yum install
            libsrtp-devel")
            <br>
            <br>
            Can this have anything to do with the no-audio-problems that
            I'm having ??
            <br>
          </blockquote>
          <br>
          WebRTC requires SRTP and Asterisk has to be built with it
          enabled. It's okay if pjproject doesn't as we don't use their
          media layer. Do you have the res_srtp module in Asterisk?
          <br>
          <br>
        </blockquote>
        <br>
        Hello
        <br>
        <br>
        Package libsrtp-devel-1.5.4-3.el6.x86_64 already installed and
        latest version
        <br>
        Package libsrtp-1.5.4-3.el6.x86_64 already installed and latest
        version
        <br>
        <br>
        However, I am not able to select res_srtp module in menuselect.
        It says XXX res_srtp module
        <br>
        <br>
        <br>
        <br>
        Kind regards.
        <br>
        <br>
        <br>
      </blockquote>
      <br>
      <br>
    </blockquote>
    <br>
  </body>
</html>