From b92782aeb81fb12048d2be731fa9f7741201b1ed Mon Sep 17 00:00:00 2001
From: Brian West <brian@freeswitch.org>
Date: Fri, 16 Nov 2007 14:04:43 +0000
Subject: [PATCH] another tweak.. info will answer many questions on a default
 instal

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6306 d0543943-73ff-0310-b7d9-9358b9ac24b2
---
 conf/dialplan/default.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/conf/dialplan/default.xml b/conf/dialplan/default.xml
index fcc017aa87..0aadc860c5 100644
--- a/conf/dialplan/default.xml
+++ b/conf/dialplan/default.xml
@@ -2,7 +2,6 @@
   <extension name="global" continue="true">
     <condition>
       <action application="set" data="use_profile=${cond(${is_lan_addr(${network_addr})} == yes ? nat : default)}"/>
-      <action application="info"/>
     </condition>
     <!-- This will setup some variables if the user isn't authenticated.
          numbering_plan is required for the demo to function properly. 
@@ -10,6 +9,9 @@
     <condition field="${numbering_plan}" condition="^1$">
       <action application="set_user" data="default@${domain}"/>
     </condition>
+    <condition>
+      <action application="info"/>
+    </condition>
   </extension>
 
   <!--