change
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6231 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7b8c46d072
commit
35b9753f0e
|
@ -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>
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue