[Freeswitch-svn] [commit] r9909 - freeswitch/trunk/conf/dialplan

Freeswitch SVN brian at freeswitch.org
Wed Oct 8 22:50:23 EDT 2008


Author: brian
Date: Wed Oct  8 22:50:23 2008
New Revision: 9909

Modified:
   freeswitch/trunk/conf/dialplan/public.xml

Log:
lets not do this by default it might confuse people

Modified: freeswitch/trunk/conf/dialplan/public.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/public.xml	(original)
+++ freeswitch/trunk/conf/dialplan/public.xml	Wed Oct  8 22:50:23 2008
@@ -61,20 +61,20 @@
     
     <!--
 	If you have made it this far lets challenge the caller and if they authenticate
-	lets try what they dialed in the default context.
+	lets try what they dialed in the default context. (commented out by default)
     -->
+    <!--
     <extension name="check_auth" continue="true">
       <condition field="${sip_authorized}" expression="^true$" break="never">
 	<anti-action application="respond" data="407"/>
       </condition>
     </extension>
     
-    <!-- You can only make it here if you auth via the previous extension. --> 
     <extension name="transfer_to_default">
       <condition>
 	<action application="transfer" data="${destination_number} XML default"/>
       </condition>
     </extension>
-
+    -->
   </context>
 </include>



More information about the Freeswitch-svn mailing list