[Freeswitch-svn] [commit] r13413 - freeswitch/trunk/conf/dialplan
FreeSWITCH SVN
mikej at freeswitch.org
Thu May 21 11:37:03 PDT 2009
Author: mikej
Date: Thu May 21 13:37:03 2009
New Revision: 13413
Log:
remove questions
Modified:
freeswitch/trunk/conf/dialplan/default.xml
Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml (original)
+++ freeswitch/trunk/conf/dialplan/default.xml Thu May 21 13:37:03 2009
@@ -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>
More information about the Freeswitch-svn
mailing list