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 <[EMAIL PROTECTED]>
> An: [email protected]
> 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/[EMAIL PROTECTED]

_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to