<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello list,</p>
    <p>I'm experimenting a "strange" issue with FreeSWITCH.</p>
    <p>If I Start Freeswitch from command line:</p>
    <p><b>freeswitch -nonat -nf</b></p>
    <p>IPv4 internal profile working fine:</p>
    <p><b> sofia status</b><br>
      <br>
                           Name         
      Type                                       Data      State<br>
=================================================================================================<br>
                  external-ipv6       profile  
      <a class="moz-txt-link-freetext" href="sip:mod_sofia@">sip:mod_sofia@</a>[2001:19f0:9002:11f6:5400:1ff:fe64:1503]:5080  
      RUNNING (0)<br>
                   45.77.161.19        
      alias                                   internal      ALIASED<br>
                       external       profile           
      <a class="moz-txt-link-freetext" href="sip:mod_sofia@45.77.161.19:5080">sip:mod_sofia@45.77.161.19:5080</a>      RUNNING (0)<br>
          external::example.com       gateway                   
      <a class="moz-txt-link-freetext" href="sip:joeuser@example.com">sip:joeuser@example.com</a>      NOREG<br>
                  internal-ipv6       profile  
      <a class="moz-txt-link-freetext" href="sip:mod_sofia@">sip:mod_sofia@</a>[2001:19f0:9002:11f6:5400:1ff:fe64:1503]:5060  
      RUNNING (0)<br>
                       internal       profile           
      <a class="moz-txt-link-freetext" href="sip:mod_sofia@45.77.161.19:5060">sip:mod_sofia@45.77.161.19:5060</a>      RUNNING (0)<br>
=================================================================================================<br>
    </p>
    <p>If I use script daemon <br>
    </p>
    <p><b>systemctl start freeswitch</b><br>
    </p>
    <p>with this parameters:</p>
    <p><b>-nonat -nf -nc</b></p>
    <p>I have this error:</p>
    <p>Error Creating SIP UA for profile: internal
      (<a class="moz-txt-link-freetext" href="sip:mod_sofia@45.77.161.19:5060;transport=udp,tcp">sip:mod_sofia@45.77.161.19:5060;transport=udp,tcp</a>)<br>
      The likely causes for this are:<br>
      1) Another application is already listening on the specified
      address.<br>
      2) The IP the profile is attempting to bind to is not local to
      this system</p>
    <p> sofia status<br>
                           Name         
      Type                                       Data      State<br>
=================================================================================================<br>
                  external-ipv6       profile  
      <a class="moz-txt-link-freetext" href="sip:mod_sofia@">sip:mod_sofia@</a>[2001:19f0:9002:11f6:5400:1ff:fe64:1503]:5080  
      RUNNING (0)<br>
                       external       profile           
      <a class="moz-txt-link-freetext" href="sip:mod_sofia@45.77.161.19:5080">sip:mod_sofia@45.77.161.19:5080</a>      RUNNING (0)<br>
          external::example.com       gateway                   
      <a class="moz-txt-link-freetext" href="sip:joeuser@example.com">sip:joeuser@example.com</a>      NOREG<br>
                  internal-ipv6       profile  
      <a class="moz-txt-link-freetext" href="sip:mod_sofia@">sip:mod_sofia@</a>[2001:19f0:9002:11f6:5400:1ff:fe64:1503]:5060  
      RUNNING (0)<br>
=================================================================================================<br>
    </p>
    <p>I compiled 1.6 version from source (git) on CentOS 7.4. Remote
      VPS with Public and Private IPv4<br>
    </p>
    <p>Any Hint?</p>
    <p>Thank you</p>
    <p>Regards<br>
    </p>
    <pre class="moz-signature" cols="72">-- 
---
I'm SoCIaL, MayBe</pre>
  </body>
</html>