<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 04/13/2017 08:43 AM, Denys Pozniak
      wrote:<br>
    </div>
    <blockquote
cite="mid:CADcrYGKosvxDapJx=kjWesSBk2=-R5nrQyP4YGzres3kNCgg3g@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hello, All!
        <div><br>
        </div>
        <div>We are using Kamailio as Webrtc to SIP proxy.</div>
        <div>Clinet's Chrome browser needs to have rtcp-mux option to
          work correct, so we are adding it in RTPENGINE->WS
          direction as:</div>
        <div><br>
        </div>
        <div>rtpengine_manage("trust-address replace-origin
          replace-session-connection <b>rtcp-mux-offer rtcp-mux-accept</b>
          ICE=force RTP/SAVPF");<br>
        </div>
        <div><br>
        </div>
        <div>Also we need to remove it in RTPENGINE->PSTN direction,
          we are trying to do it like this:</div>
        <div>
          <div><br>
          </div>
          <div>rtpengine_manage("trust-address replace-origin
            replace-session-connection<b> rtcp-mux-demux</b> ICE=remove
            RTP/AVP");</div>
        </div>
        <div><br>
        </div>
        <div>But it does not work for us and a=rtcp-mux option in SDP
          goes to the SIP provider.</div>
      </div>
    </blockquote>
    <br>
    It should work as you described. Run rtpengine with log level 7 and
    post the resulting logs from a test call.<br>
    <br>
    Cheers<br>
  </body>
</html>