Creating a separate sofia profile just for this gateway definitely works, just wondering whether there is a cleaner solution. The register-proxy params seems to do something very similar..<br><br><div class="gmail_quote">On Sun, Jun 21, 2009 at 1:39 PM, Jan Kubr <span dir="ltr">&lt;<a href="mailto:jan.kubr@gmail.com">jan.kubr@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I have found this: <a href="http://jira.freeswitch.org/browse/MODENDP-184" target="_blank">http://jira.freeswitch.org/browse/MODENDP-184</a><div>

Thanks to which I know that adding    </div><div><br></div><div> &lt;param name=&quot;outbound-proxy&quot; value=&quot;78.24.13.197&quot;/&gt;</div>
<div><br></div><div> to the profile XML does almost what I need. Is it possible to configure outbound proxy per gateway though?</div><div><br></div><div>Cheers,</div><div>Jan</div><div><div></div><div class="h5"><div><br>

<div class="gmail_quote">On Sun, Jun 21, 2009 at 1:04 PM, Jan Kubr <span dir="ltr">&lt;<a href="mailto:jan.kubr@gmail.com" target="_blank">jan.kubr@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">We have a SIP gateway behind NAT which I haven&#39;t been able to set up<br>
to work with Freeswitch. The configuration I thought would work is:<br>
<br>
&lt;include&gt;<br>
  &lt;gateway name=&quot;nat&quot;&gt;<br>
    &lt;param name=&quot;username&quot; value=&quot;user&quot;/&gt;<br>
    &lt;param name=&quot;password&quot; value=&quot;pass&quot;/&gt;<br>
    &lt;param name=&quot;realm&quot; value=&quot;11.12.13.10&quot;/&gt;<br>
    &lt;param name=&quot;proxy&quot; value=&quot;78.24.13.197&quot;/&gt;<br>
  &lt;/gateway&gt;<br>
&lt;/include&gt;<br>
<br>
This, however, sends<br>
<br>
REGISTER sip:78.24.13.197;transport=udp SIP/2.0<br>
<br>
whereas I need<br>
<br>
REGISTER sip:11.12.13.10;transport=udp SIP/2.0<br>
<br>
When I set &quot;register-proxy&quot; to the public address (78.24.13.197) and<br>
comment the &quot;proxy&quot; param out, it successfully registers. Though any<br>
other SIP messages are sent to 11.12.13.10 which obviously fails.<br>
<br>
Basically what I need Freeswitch to do is to send everything to the<br>
public address, but put the private one everywhere in the SIP<br>
messages. How do I do this?<br>
<br>
Thanks,<br>
<font color="#888888">Jan<br>
</font></blockquote></div><br></div>
</div></div></blockquote></div><br>