<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 19/07/17 08:31 AM, Ismir Saljic
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAKvzhY6vsfDVBnCm5okxaOcxCWDSBQ=EWod8+ieuKvRSp34+Wg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>Hello,<br>
                <br>
              </div>
              I've issue with bridging media between IPv4 and IPv6
              clients. IPv4-IPv4 and IPv6-IPv6 calls are working without
              issues.<br>
            </div>
            I'm using kamailio 4.4.2 and configuration according to: <a
              moz-do-not-send="true"
              href="http://kb.asipto.com/kamailio:kamailio-mixed-ipv4-ipv6"
              target="_blank">http://kb.asipto.com/kamailio:<wbr>kamailio-mixed-ipv4-ipv6</a><br>
            <br>
          </div>
          <div>SIP signalling is working without issues,but media
            addresses in SDP are not rewritten correctly.<br>
            <br>
            <div>The server is on amazon AWS and both kamailio and
              RTPengine are on the same server.<br>
            </div>
            RTPengine is running using these options:<br>
            <br>
            /usr/sbin/rtpengine   --interface=privateIPv4!<wbr>publicIPv4
            <br>
                                             --interface=GlobalIPv6 <br>
                                          <wbr>   --listen-udp=<a
              moz-do-not-send="true" href="http://127.0.0.1:22222"
              target="_blank">127.0.0.1:22222</a> <br>
                                          <wbr>   --tos=184 <br>
                                          <wbr>  
            --pidfile=/var/run/rtpengine.<wbr>pid <br>
                                          <wbr>   --log-level=6 <br>
                                          <wbr>   --log-facility=daemon</div>
        </div>
      </div>
    </blockquote>
    <br>
    I would suggest to use Kamailio's rtpengine module instead of
    rtpproxy, together with --listen-ng instead of --listen-udp.<br>
    <br>
    The UDP protocol of the rtpproxy module should work with rtpengine,
    but not many people are using it, so it's always possible that some
    bugs creep in. I'll look into it anyway, but in the long run, it's
    much preferable to switch to the rtpengine module.<br>
    <br>
    Cheers<br>
  </body>
</html>