]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
forgot that anti-action
authorBrian West <brian@freeswitch.org>
Sat, 11 Oct 2008 22:14:30 +0000 (22:14 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 11 Oct 2008 22:14:30 +0000 (22:14 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9975 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dialplan/default.xml

index b99292c83669f532ed48e83d833f03d956c91117..28e523c1acacecc6d454bc564856adb66e416da3 100644 (file)
     <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="false">
+      <condition field="${domain_exists(${sip_req_host})}" expression="true">
        <anti-action application="bridge" data="sofia/${use_profile}/${sip_to_uri}"/>
       </condition>
     </extension>