yes, you should be able to handle this scenario. You probably just need to set your external profile to use port 5060 instead of 5080. Most people only have a single NIC so their sofia profiles need to be on different ports. (A sofia profile is a SIP user agent (UA) that can listen/respond to SIP messages on an IP address and port.)<div>
<br></div><div>Look in external.xml for these lines:</div><div><div>    &lt;param name=&quot;rtp-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;</div><div>    &lt;param name=&quot;sip-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;</div>
<div><br></div><div>If you have a static IP address (which it appears you do) then put that ip addr in there in place of the variable. Then look at the end of vars.xml and you&#39;ll see where the external profile&#39;s port is set to 5080/5081. Change it to 5060/5061 and then restart FS.</div>
<div><br></div><div>Let us know how it goes.</div><div><br></div><div>-MC</div><br><div class="gmail_quote">On Tue, Jan 25, 2011 at 11:56 PM, Michal Kopacki <span dir="ltr">&lt;<a href="mailto:mkopacki@gmail.com">mkopacki@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;">       Hello,<br>
<br>
   This is my first post to this list, so hello everyone.<br>
<br>
   I&#39;m at the very beginning of freeswitch journey and i have a problem<br>
with fit FS to my network scenario.<br>
<br>
OS: fedora 13 (x86_64)<br>
FS: 1.0.7 (compiled from sources), default config<br>
<br>
Desired scenario:<br>
<br>
softphone -&gt; <a href="http://mydomain.com" target="_blank">mydomain.com</a> (with ip 193.59.72.xx) -&gt; my isp network -&gt;<br>
10.25.48.xx on eth1 -&gt; FS -&gt; 192.168.0.1 on eth0 -&gt; softphone<br>
<br>
And now, I&#39;m able to connect to FS from my local network, but I&#39;m not<br>
able to connect from outside (neither domain nor ip). In internal.xml I<br>
set internal ip of server and i wanted to set external ip in<br>
external.xml, but there is a question: which one ?  In case of<br>
193.59.72.xx external profile didnt&#39; start and with 10.25.48.xx outside<br>
softphone didn&#39;t register.  I checked with netstat and realized that<br>
port 5060 is bind to internal nic only and 5080 to external nic<br>
(10.25.48.xx) and I have no idea what next.<br>
<br>
Is it even possible to work with such network scenario ? I would be<br>
grateful for pointing me to right direction or maybe propose different<br>
approach.<br>
<br>
--<br>
Best regards,<br>
Michal<br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>