[Freeswitch-svn] [commit] r9974 - freeswitch/trunk/conf/dialplan
    Freeswitch SVN 
    brian at freeswitch.org
       
    Sat Oct 11 18:12:51 EDT 2008
    
    
  
Author: brian
Date: Sat Oct 11 18:12:51 2008
New Revision: 9974
Modified:
   freeswitch/trunk/conf/dialplan/default.xml
Log:
woops dyslexic moment
Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Sat Oct 11 18:12:51 2008
@@ -102,7 +102,7 @@
     <extension name="external_sip_uri" continue="true">
       <condition field="source" expression="mod_sofia"/>
       <condition field="${outside_call}" expression="^$"/>
-      <condition field="${domain_exists(${sip_req_host})}" expression="true">
+      <condition field="${domain_exists(${sip_req_host})}" expression="false">
 	<anti-action application="bridge" data="sofia/${use_profile}/${sip_to_uri}"/>
       </condition>
     </extension>
    
    
More information about the Freeswitch-svn
mailing list