woops thanks trixter for pointing that out...

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6925 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-12-21 03:06:20 +00:00
parent b17e8b3dd5
commit 59e74ed08f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
</extension>
<extension name="global" continue="true">
<condition field="${network_addr}" condition="^$">
<condition field="${network_addr}" expression="^$">
<action application="set" data="use_profile=${cond(${is_lan_addr($${local_ip_v4})} == yes ? nat : default)}"/>
<anti-action application="set" data="use_profile=${cond(${is_lan_addr(${network_addr})} == yes ? nat : default)}"/>
</condition>