<br><br><div class="gmail_quote">On Tue, Aug 11, 2009 at 2:38 AM, Kevin Golding <span dir="ltr">&lt;<a href="mailto:kevin@kgolding.co.uk">kevin@kgolding.co.uk</a>&gt;</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 &lt;param name=&quot;apply-inbound-acl&quot; value=&quot;domains&quot;/&gt; in<br>
the internal.xml with a new value, and changed the list to match but I<br>
still get the same &#39;Rejected by acl &quot;domains&quot;&#39; 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>&lt;param name=&quot;apply-inbound-acl&quot; value=&quot;domains&quot;/&gt;<br><br>And change &quot;domains&quot; to whatever your new ACL is named:<br>
&lt;param name=&quot;apply-inbound-acl&quot; value=&quot;YOUR_NEW_ACL_NAME_HERE&quot;/&gt;<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>
&gt; First off edit the profile to use your own custom ACL... not the<br>
&gt; domains one... secondly you&#39;ll have to use cidr= instead of domain=.<br>
&gt;<br>
&gt; Domain= will search the user directory building an ACL list from all<br>
&gt; users with the cidr= attribute.<br>
&gt;<br>
&gt; /b<br>
&gt;<br>
&gt;<br>
&gt; On Aug 10, 2009, at 6:36 PM, Kevin Golding wrote:<br>
&gt;<br>
&gt;&gt; acl.conf.xml file, and have put the following in it:<br>
&gt;&gt;<br>
&gt;&gt; &lt;configuration name=&quot;acl.conf&quot; description=&quot;Network Lists&quot;&gt;<br>
&gt;&gt;   &lt;network-lists&gt;<br>
&gt;&gt;     &lt;list name=&quot;domains&quot; value=&quot;allow&quot;&gt;<br>
&gt;&gt;         &lt;node type=&quot;allow&quot; domain=&quot;$${domain}&quot;/&gt;<br>
&gt;&gt;         &lt;node type=&quot;allow&quot; domain=&quot;<a href="http://213.166.5.128/28" target="_blank">213.166.5.128/28</a>&quot;/&gt;<br>
&gt;&gt;         &lt;node type=&quot;allow&quot; domain=&quot;<a href="http://87.238.72.128/26" target="_blank">87.238.72.128/26</a>&quot;/&gt;<br>
&gt;&gt;     &lt;/list&gt;<br>
&gt;&gt;   &lt;/network-lists&gt;<br>
&gt;&gt; &lt;/configuration&gt;<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>