remove questions
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13413 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bcfccaee16
commit
9bc4c10b5c
|
@ -65,10 +65,6 @@
|
|||
<action application="set" data="use_profile=${cond(${acl($${local_ip_v4} rfc1918)} == true ? nat : default)}"/>
|
||||
<anti-action application="set" data="use_profile=${cond(${acl(${network_addr} rfc1918)} == true ? nat : default)}"/>
|
||||
</condition>
|
||||
<!-- This will setup some variables if the user isn't authenticated. -->
|
||||
<condition field="${numbering_plan}" expression="^$" break="never">
|
||||
<action application="set_user" data="default@${domain_name}"/>
|
||||
</condition>
|
||||
<condition field="${call_debug}" expression="^true$" break="never">
|
||||
<action application="info"/>
|
||||
</condition>
|
||||
|
|
Loading…
Reference in New Issue