mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 08:29:45 +00:00
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:
parent
b17e8b3dd5
commit
59e74ed08f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user