[Freeswitch-users] Accepting SIP Calls from unregistered devices
Brian West
brian at freeswitch.org
Fri Oct 10 12:01:57 PDT 2008
You have to do this... set auth-calls to false.
<!-- everything above this is public -->
<extension name="check_auth" continue="true">
<condition field="${sip_authorized}" expression="^true$"
break="never">
<anti-action application="respond" data="407"/>
</condition>
</extension>
<!-- everything below this requires auth -->
Just wedge this extension in your dialplan between the stuff you want
public and the stuff you want auth on. Then make sure you turn auth-
calls to false on your profile.
/b
On Oct 10, 2008, at 1:57 PM, Klaus Teller wrote:
>
> Anonynous would be enough for me.
>
> Klaus.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20081010/1961075c/attachment-0002.html
More information about the FreeSWITCH-users
mailing list