git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6231 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-11-13 00:39:18 +00:00
parent 7b8c46d072
commit 35b9753f0e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<context name="default">
<extension name="global">
<condition>
<action application="set" data="use_profile=${qq(${is_lan_addr(${network_addr})} == yes ? nat : default)}"/>
<action application="set" data="use_profile=${cond(${is_lan_addr(${network_addr})} == yes ? nat : default)}"/>
</condition>
</extension>
<!--