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

Freeswitch SVN brian at freeswitch.org
Tue Nov 4 16:50:26 EST 2008


Author: brian
Date: Tue Nov  4 16:50:26 2008
New Revision: 10241

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

Log:
comment this out unless you really know what this does

Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Tue Nov  4 16:50:26 2008
@@ -99,6 +99,7 @@
     </extension>
 
     <!-- If sip_req_host is not a local domain then this has to be an external sip uri -->
+    <!--
     <extension name="external_sip_uri" continue="true">
       <condition field="source" expression="mod_sofia"/>
       <condition field="${outside_call}" expression="^$"/>
@@ -106,7 +107,7 @@
 	<anti-action application="bridge" data="sofia/${use_profile}/${sip_to_uri}"/>
       </condition>
     </extension>
-
+    -->
     <!--
 	snom button demo, call 9000 to make button 2 mapped to transfer the current call to a conference
     -->



More information about the Freeswitch-svn mailing list