<div class="gmail_quote">2012/7/13 Nikolay G. Petrov <span dir="ltr">&lt;<a href="mailto:raba@dir.bg" target="_blank">raba@dir.bg</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  

    
  
  <div bgcolor="#FFFFFF" text="#333333">
    Hi guys!<br>
    <br>
    I have a some non standard problem when I register my asterisk into
    &quot;My SIP Provider&quot; .<br>
    The trouble is: my asterisk stay behind router with port forwarding,
    who have Public IP (55.55.55.55 - for example), asterisk have a
    private IP (192.168.1.2) <br>
    <br>
    <br>
    <font color="#ff6666">From &quot;My SIP Provider&quot; cabinet I see: </font><br>
    <blockquote type="cite">online device<br>
      <a href="mailto:355@192.168.1.2:5060" target="_blank">355@192.168.1.2:5060</a> Asterisk PBX 1.8.13.0</blockquote>
    <font color="#33cc00">, but I need from (example):</font><br>
    <blockquote type="cite">online device<br>
      <a href="mailto:355@55.55.55.55:5060" target="_blank">355@55.55.55.55:5060</a> Asterisk PBX 1.8.13.0</blockquote>
    <br>
    From wich trukes in linux or asterisk technology I need?<br>
    Can you help?<span class="HOEnZb"><font color="#888888"><br>
    <br>
    <br>
    <br>
    <pre cols="72">-- 
Best regards,
Nikolay G. Petrov!</pre>
  </font></span></div>

<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br><br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><div>Sure,</div><div>the problem is asterisk cannot know its public IP address and thus, the IP inserted in the SIP packets is the private one. You have to specify the internal network and the public IP address in the sip.conf configuration file.</div>
<div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8">externip=55.55.55.55</div><div>localnet=<a href="http://192.168.1.0/24">192.168.1.0/24</a></div><div><br></div><div>Leandro</div>