mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-15 11:29:56 +00:00
lets not do this by default it might confuse people
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9909 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
68c26dfb6f
commit
73289723a8
@ -61,20 +61,20 @@
|
|||||||
|
|
||||||
<!--
|
<!--
|
||||||
If you have made it this far lets challenge the caller and if they authenticate
|
If you have made it this far lets challenge the caller and if they authenticate
|
||||||
lets try what they dialed in the default context.
|
lets try what they dialed in the default context. (commented out by default)
|
||||||
-->
|
-->
|
||||||
|
<!--
|
||||||
<extension name="check_auth" continue="true">
|
<extension name="check_auth" continue="true">
|
||||||
<condition field="${sip_authorized}" expression="^true$" break="never">
|
<condition field="${sip_authorized}" expression="^true$" break="never">
|
||||||
<anti-action application="respond" data="407"/>
|
<anti-action application="respond" data="407"/>
|
||||||
</condition>
|
</condition>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
<!-- You can only make it here if you auth via the previous extension. -->
|
|
||||||
<extension name="transfer_to_default">
|
<extension name="transfer_to_default">
|
||||||
<condition>
|
<condition>
|
||||||
<action application="transfer" data="${destination_number} XML default"/>
|
<action application="transfer" data="${destination_number} XML default"/>
|
||||||
</condition>
|
</condition>
|
||||||
</extension>
|
</extension>
|
||||||
|
-->
|
||||||
</context>
|
</context>
|
||||||
</include>
|
</include>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user