comment this out unless you really know what this does

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10241 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-11-04 21:50:26 +00:00
parent 881b45a11e
commit efcf882f5a
1 changed files with 2 additions and 1 deletions

View File

@ -99,6 +99,7 @@
</extension> </extension>
<!-- If sip_req_host is not a local domain then this has to be an external sip uri --> <!-- If sip_req_host is not a local domain then this has to be an external sip uri -->
<!--
<extension name="external_sip_uri" continue="true"> <extension name="external_sip_uri" continue="true">
<condition field="source" expression="mod_sofia"/> <condition field="source" expression="mod_sofia"/>
<condition field="${outside_call}" expression="^$"/> <condition field="${outside_call}" expression="^$"/>
@ -106,7 +107,7 @@
<anti-action application="bridge" data="sofia/${use_profile}/${sip_to_uri}"/> <anti-action application="bridge" data="sofia/${use_profile}/${sip_to_uri}"/>
</condition> </condition>
</extension> </extension>
-->
<!-- <!--
snom button demo, call 9000 to make button 2 mapped to transfer the current call to a conference snom button demo, call 9000 to make button 2 mapped to transfer the current call to a conference
--> -->