<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hey John,<br>
    <br>
    Please paste a full UNALTERED sip trace into a gist
    (gist.github.com) from the proxy servers perspective and provide a
    link so that we can see what comes in, and what goes out from both
    sides.<br>
    <br>
    EG: ngrep -qtd any -W byline port 5060<br>
    <br>
    This will show us the traffic that is leaving the proxy destined for
    the Freeswitch box, and what the freeswitch box sends back.<br>
    <br>
    Also - you can look in your browsers console log and provide the SIP
    trace from there in a seperate gist, so that we can see what
    opensips sends back up to your browser.<br>
    <br>
    -Eric<br>
    <br>
    <blockquote
cite="mid:CAA4rGPybPhN54xXYTgTR+gAiAkUxtCggUBLU64UAybVWPqG9Yg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><span style="font-size:12.8px">Am I using correct sip.js
            example? I copied it to my server and accessing it using
            https: (used letsencrypt)</span></div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Thu, Jun 23, 2016 at 7:58 PM, Eric
          Tamme <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:eric@uphreak.com" target="_blank">eric@uphreak.com</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div text="#000000" bgcolor="#FFFFFF"> 1. I would suggest
              using SIP.js - <a moz-do-not-send="true"
                href="https://github.com/onsip/SIP.js" target="_blank">https://github.com/onsip/SIP.js</a>
              it is a much more active project that sipml5.<br>
              <br>
              2. Im guessing that you are not properly passing flags to
              RTPEngine.  If you want to have DTLS-SRTP between the
              browser, and plain RTP/AVP between RTPEngine and
              freeswitch, you need to "offer" rtp/avp to freeswitch, and
              "answer" dtls-srtp back up to the browser.<br>
              <br>
              the offer to freeswitch would be:  <br>
              <pre>        $var(rtpengine_flags) = "RTP/AVP replace-session-connection replace-origin ICE=remove";

</pre>
              and the answer back up to the browswer would be:<br>
              <br>
              <pre>        $var(rtpengine_flags) = "UDP/TLS/RTP/SAVPF ICE=force";</pre>
              <br>
              -Eric
              <div>
                <div class="h5"><br>
                  <br>
                  <br>
                  <div>On 06/23/2016 08:20 AM, John Nash wrote:<br>
                  </div>
                </div>
              </div>
              <blockquote type="cite">
                <div>
                  <div class="h5">
                    <div dir="ltr">I am following <a
                        moz-do-not-send="true"
                        href="http://www.opensips.org/Documentation/Tutorials-WebSocket-2-2"
                        target="_blank"><a class="moz-txt-link-freetext" href="http://www.opensips.org/Documentation/Tutorials-WebSocket-2-2">http://www.opensips.org/Documentation/Tutorials-WebSocket-2-2</a></a>
                      and trying to test a call 
                      <div><br>
                      </div>
                      <div>sipml5 -----------&gt;Opensips + rtpengine
                        --------&gt; SIP end point (Freeswitch)<br>
                        <div><br>
                        </div>
                        <div>But I do not have any audio on both sides.
                          I see this error at rtpengine log "SRTP output
                          wanted, but no crypto suite was negotiated"<br>
                        </div>
                      </div>
                      <div><br>
                      </div>
                      <div>Anyone tested this scenario positive?</div>
                    </div>
                    <br>
                    <fieldset></fieldset>
                    <br>
                  </div>
                </div>
                <pre>_______________________________________________
Users mailing list
<a moz-do-not-send="true" href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a moz-do-not-send="true" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
              </blockquote>
              <br>
            </div>
            <br>
            _______________________________________________<br>
            Users mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
            <a moz-do-not-send="true"
              href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users"
              rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
            <br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>