]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove questions
authorMichael Jerris <mike@jerris.com>
Thu, 21 May 2009 18:37:03 +0000 (18:37 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 21 May 2009 18:37:03 +0000 (18:37 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13413 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dialplan/default.xml

index e2a6a23851aacdc5b7b1b5cccfb3a4a73a44525b..c7d556947f434e01b2d6f6597e25564889ba0aef 100644 (file)
        <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>