git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9717 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-09-29 02:04:38 +00:00
parent 2a4ea5fd0f
commit 96aae5ff0e
1 changed files with 1 additions and 1 deletions

View File

@ -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>