[Freeswitch-users] ACL Problem
Brian West
brian at freeswitch.org
Mon Jan 3 18:03:51 MSK 2011
Because you need to use cidr= and NOT domain=
/b
On Jan 3, 2011, at 8:39 AM, Tim King 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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110103/c2b65371/attachment-0001.html
More information about the FreeSWITCH-users
mailing list