[Freeswitch-users] ACL Problem

Michael Collins msc at freeswitch.org
Mon Jan 3 22:13:07 MSK 2011


Per Brian, change this:

<node type="allow" domain="192.168.0.250/32"/>

to this:
<node type="allow" cidr="192.168.0.250/32"/>

That should fix you up nicely.
-MC

On Mon, Jan 3, 2011 at 6:39 AM, Tim King <tim at compnetwork.net> wrote:

> *I am getting this error sending calls from my Kamailio box on
> 192.168.0.250.*
>
> 2011-01-03 14:22:49.930896 [WARNING] sofia.c:6369 IP 192.168.0.250 Rejected
> by acl "domains"
>
> *Here is the contents of my ACL:*
>
> <configuration name="acl.conf" description="Network Lists">
>   <network-lists>
>
>     <list name="lan" default="allow">
>       <node type="allow" cidr="192.168.0.250/32"/>
>     </list>
>
>     <list name="domains" default="deny">
>         <node type="allow" domain="$${domain}"/>
>         <node type="allow" domain="192.168.0.250/32"/>
>     </list>
>
>   </network-lists>
> </configuration>
>
> *I do not understand why calls from this machine are being rejected.
> Kamailio and Freeswitch are on the same machine sharing the same IP. Any
> ideas what I am missing?*
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110103/7f2ba354/attachment.html 


More information about the FreeSWITCH-users mailing list