<div>__________________________</div>
<div>| |</div>
<div>|________ ____|_____ ___________</div>
<div>|| | | | 74.1.1.1 74.1.1.2 | |</div>
<div>|| SIP UA |---------------------| NAT Server|------------------------------------------| Freeswitch |</div>
<div>||________|10.10.10.10 |__________| Public Network |___________|</div>
<div>| | 74.1.1.0</div>
<div>| Private Network 10.10.10.0 |</div>
<div>|__________________________|</div>
<div> </div>
<div>Hi,</div>
<div> </div>
<div>In the above topology, the typical issue one faces is that the SDP(rtp) IP&port in SIP invite sent from the SIP UA to Freeswitch will contain the private Ip address of the SIP UA. </div>
<div> </div>
<div>Assuming source NAT, the typical solution is to use a STUN server in the public network, which will help the SIP UA to discover the public IP&port (for its private IP&port). The UA then sends the Invite with the SDP(RTP) IP&port set to the discovered public IP&port. (I believe Freeswitch does not have a STUN server within itself.)</div>
<div> </div>
<div>But suppose that we do not want to use the STUN solution. Does Freeswitch itself offer any solutions in this case ? </div>
<div> </div>
<div>thanks,</div>
<div>--naren</div>
<div> </div>