<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    I was able to compile the software without any issue and it loaded
    my config and seems to work with only changing the listen to socket,
    however an issue that I was having with the old version (and the
    reason to try the new one) is not resolved.<br>
    <br>
    The issue is that I have two instances of opensips running on the
    same host with different sets of public and private addresses (4
    total).<br>
    <br>
    Instance one (3.0.2) has<br>
    <br>
    listen=<a class="moz-txt-link-freetext" href="udp:a.a.a.a:5060">udp:a.a.a.a:5060</a>  <br>
    listen=<a class="moz-txt-link-freetext" href="udp:b.b.b.b:5060">udp:b.b.b.b:5060</a>  <br>
    <br>
    Instance two (3.2.0-beta) has<br>
    <br>
    socket=<a class="moz-txt-link-freetext" href="udp:x.x.x.x:5060">udp:x.x.x.x:5060</a><br>
    socket=tcp:x.x.x.x:5060<br>
    socket=<a class="moz-txt-link-freetext" href="udp:y.y.y.y:5060">udp:y.y.y.y:5060</a><br>
    socket=tcp:y.y.y.y:5060<br>
    <br>
    On instance two, when relaying with UDP I get:<br>
    <br>
    May 27 11:24:59 [7095] ERROR:core:get_out_socket: outbound IP
    b.b.b.b not found as listener<br>
    May 27 11:24:59 [7095] ERROR:core:get_out_socket: failed to find
    route to <sip dest><br>
    May 27 11:24:59 [7095] ERROR:tm:update_uac_dst: failed to fwd to af
    2, proto 1  (no corresponding listening socket)<br>
    May 27 11:24:59 [7095] ERROR:tm:t_forward_nonack: failure to add
    branches<br>
    <br>
    But this only happens on UDP traffic, not TCP traffic.  So, instance
    two is trying to send the UDP packet with a source address it's not
    listening on, probably because it's the host's first IP address.<br>
    <br>
    If this a known or unknown issue?  Can I define for instance two
    which IP to source from?<br>
    <br>
    Thanks,<br>
    Matt<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 5/27/21 9:45 AM, Bogdan-Andrei Iancu
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:3c4acaa8-5dc9-7015-6bb4-1f3f4194a957@opensips.org">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <tt>Hi there !!<br>
        <br>
        One more year, one more <a moz-do-not-send="true"
          href="https://www.opensips.org/Development/Opensips-3-2-Planning">ambitious
          roadmap</a>, one more OpenSIPS major release.<br>
        <br>
        So, we are all happy to announce the beta release of OpenSIPS
        3.2.0 major version - </tt><tt>and this 3.2 version is all
        about Clustering, Integration, Security and IMS. But here is the
        <a
          href="https://blog.opensips.org/2021/05/27/opensips-3-2-here-it-is/"
          moz-do-not-send="true">shortest possible description</a> of
        this release; and be aware that it's actually not so short as
        nothing is short about 3.2 !</tt><br>
      <p><tt>Please keep in mind that 3.2.0 is still a beta release,
          targeting mid July to become fully stable. So, we still have
          some testing ahead of us :).</tt></p>
      <tt> </tt>
      <p><tt>Many thanks to our awesome community for contributing with
          ideas, code, patches, tests and reports!</tt></p>
      <tt>Looking for downloading it? See the </tt><tt><a
          href="http://opensips.org/pub/opensips/3.2.0"
          moz-do-not-send="true">tarball</a></tt><tt> or the </tt><tt><a
          href="https://github.com/OpenSIPS/opensips/tree/3.2"
          moz-do-not-send="true">GIT repo</a></tt><tt>. Packages (<a
          href="https://yum.opensips.org/" moz-do-not-send="true">rpms</a>
        and <a href="https://apt.opensips.org/" moz-do-not-send="true">debs</a>)
        are also already available!</tt><tt><br>
        <br>
        Enjoy it,</tt>
      <pre class="moz-signature" cols="72">-- 
Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
  <a class="moz-txt-link-freetext" href="https://www.opensips-solutions.com" moz-do-not-send="true">https://www.opensips-solutions.com</a>
OpenSIPS Bootcamp 2021 online
  <a class="moz-txt-link-freetext" href="https://opensips.org/training/OpenSIPS_eBootcamp_2021/" moz-do-not-send="true">https://opensips.org/training/OpenSIPS_eBootcamp_2021/</a></pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-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>