woops dyslexic moment

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9974 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-10-11 22:12:51 +00:00
parent 3648b2d609
commit 6c9c99f89c
1 changed files with 1 additions and 1 deletions

View File

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