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

Freeswitch SVN brian at freeswitch.org
Sun Sep 28 22:04:39 EDT 2008


Author: brian
Date: Sun Sep 28 22:04:38 2008
New Revision: 9717

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

Log:
woops

Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Sun Sep 28 22:04:38 2008
@@ -93,7 +93,7 @@
     <!-- If to_host and from_host differ this is an external sip URI so lets send it out. -->
     <extension name="external_sip_uri" continue="true">
       <condition field="source" expression="mod_sofia"/>
-      <condition field="${outside_call}"a expression="^$"/>
+      <condition field="${outside_call}" expression="^$"/>
       <condition field="${sip_req_host}" expression="${sip_from_host}">
 	<anti-action application="bridge" data="sofia/${use_profile}/${sip_to_uri}"/>
       </condition>



More information about the Freeswitch-svn mailing list