<br><br><div class="gmail_quote">On Tue, Aug 11, 2009 at 2:38 AM, Kevin Golding <span dir="ltr"><<a href="mailto:kevin@kgolding.co.uk">kevin@kgolding.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks Brian,<br>
<br>
Well spotted with the domain/cidr :)<br>
<br>
I changed the line <param name="apply-inbound-acl" value="domains"/> in<br>
the internal.xml with a new value, and changed the list to match but I<br>
still get the same 'Rejected by acl "domains"' error.<br>
</blockquote><div><br>You need to apply the name of your new ACL in the sip profile. In the file internal.xml look for this line:<br><param name="apply-inbound-acl" value="domains"/><br><br>And change "domains" to whatever your new ACL is named:<br>
<param name="apply-inbound-acl" value="YOUR_NEW_ACL_NAME_HERE"/><br><br>Then restart FS or go to the command line and execute:<br>reloadacl reloadxml<br><br>Should be good after that!<br>-MC <br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
And yes I reloaded the xml. :)<br>
<br>
Kevin<br>
<br>
Brian West wrote:<br>
> First off edit the profile to use your own custom ACL... not the<br>
> domains one... secondly you'll have to use cidr= instead of domain=.<br>
><br>
> Domain= will search the user directory building an ACL list from all<br>
> users with the cidr= attribute.<br>
><br>
> /b<br>
><br>
><br>
> On Aug 10, 2009, at 6:36 PM, Kevin Golding wrote:<br>
><br>
>> acl.conf.xml file, and have put the following in it:<br>
>><br>
>> <configuration name="acl.conf" description="Network Lists"><br>
>> <network-lists><br>
>> <list name="domains" value="allow"><br>
>> <node type="allow" domain="$${domain}"/><br>
>> <node type="allow" domain="<a href="http://213.166.5.128/28" target="_blank">213.166.5.128/28</a>"/><br>
>> <node type="allow" domain="<a href="http://87.238.72.128/26" target="_blank">87.238.72.128/26</a>"/><br>
>> </list><br>
>> </network-lists><br>
>> </configuration><br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>