[Freeswitch-users] Accepting SIP Calls from unregistered devices
Klaus Teller
klaus.teller at gmx.net
Fri Oct 10 12:23:44 PDT 2008
Hmm, i'm not getting it right. Here is what i did:
1) In profile internal.xml i replaced
<param name="auth-calls" value="true"/> with <param name="auth-calls" value="false"/>
2) In profile external.xml this was already false.
3) Then i added the extension you provided both in public.xml and in default.xml. In public.xml the extension is pasted just before the following line:
<!--
You can place files in the public directory to get included.
-->
<X-PRE-PROCESS cmd="include" data="public/*.xml"/>
In default.xml it is placed just before the similar instructions.
Yet, i still get the following ACL error message from Freeswitch:
IP 192.168.2.34 Rejected by acl domains. My dialpaln and configuration is almost the same i got from trunk one week ago.
I'm sure i'm doing few things wrong here. but what?
Thanks,
Klaus.
-------- Original-Nachricht --------
> Datum: Fri, 10 Oct 2008 14:01:57 -0500
> Von: Brian West <brian at freeswitch.org>
> An: freeswitch-users at lists.freeswitch.org
> Betreff: Re: [Freeswitch-users] Accepting SIP Calls from unregistered devices
> 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.
>
--
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf@gmx
More information about the FreeSWITCH-users
mailing list