<HTML><BODY><p>Hi, everybody.</p><p>FreeSWITCH Version 1.2.6+git~20130104T154559Z~a4247651ca (git a424765 2013-01-04 15:45:59Z).</p><p>I have 2 interfaces in FreeSWITCH server:<br>-eth0 with public IP, where all gateways are located.<br>-eth1 with private IP, where all VoIP equipment (FXS, FXO GWs)&nbsp;are placed.</p><p>The source [http://wiki.freeswitch.org/wiki/Clarification:gateways] tells about 3 different ways of configuring gateway.<br>I use the 3rd one: freeswitch\conf\directory\default\&lt;Gateway_name&gt;.xml.<br>For examle look at the attachment.<br>I use it as all things corresponding with a gateway are at the same place:<br>- ACL (&lt;user id="ThruToInfoIndust_192.168.15.60" cidr="192.168.15.60/32"&gt;)<br>- gateway (&lt;param name="..." value="..."/&gt;)<br>- user variables<br>(<br>&nbsp;&nbsp;&nbsp; &lt;variable name="toll_allow" value="domestic,local"/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;variable name="IsFromInfoIndust" value="true" direction="inbound"/&gt;<br>)<br>P.S. This variant required only in <br>&lt;param name="apply-inbound-acl" value="domains-&lt;profile&gt;:public"/&gt;<br>&nbsp;in all profiles, where<br>&lt;list name="domains-&lt;profile&gt;" default="deny"&gt;<br>&nbsp; &lt;node type="allow" domain="$${domain}"/&gt;<br>&lt;/list&gt;<br>P.P.S. Variable "IsFromInfoIndust" used as because of "apply-inbound-acl""domains-&lt;profile&gt;:PUBLIC"<br>&nbsp;. Where is a transfer to default context in case of this variable in public context.</p><p><br>But now several gateways are moved inside private network (with the help of VPN).<br>So I need to configure these gateways to corespond with internal profile (now all packets to these gateways, for example, OPTIONS, go thru internal interface but with external IP as source IP).<br>How can I do it for best?</p><p><br>With best regards,<br>Shumaev Dmitriy KBR Ltd.</p></BODY></HTML>