I see the &quot;brian.xml&quot; example has it, didn&#39;t check that one, whoops.<br><br>Now I have added a user in the directory with the correct CIDR attribute, yet when I send the call it seems to not use the directory, the calls is coming from a Asterisk box, I have the Asterisk box pointed to the &quot;internal&quot; profile&#39;s IP address, which I assume the directory would use, and it gets rejected as the ACL on the incoming profile blocks that IP.<br>
<br>The users in the direct should not register just to IP based auth, which the CIDR attribute takes care of?<br><br>Just looks like it&#39;s not seeing the users in the directory at all, anything I might be missing that just jumps right out?<br>
<br>Thanks<br>Ron<br><br><div class="gmail_quote">On Sun, Dec 28, 2008 at 4:20 PM, Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</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;">
<div class="Ih2E3d"><br>
On Dec 28, 2008, at 12:52 PM, Ron McCarthy wrote:<br>
<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I would like to setup FS to have many context, basically we just<br>
&gt; want to switch calls, and since we have been using Asterisk we want<br>
&gt; to keep the context names the same, and well it&#39;s easier it seems to<br>
&gt; me.<br>
&gt;<br>
&gt; This is for termination only, so just sending calls out, I would<br>
&gt; think FS can do it the same way Asterisk does, where if the IP<br>
&gt; matches then it will use those settings with that gateway and<br>
&gt; diaplan since the context ties them all together. No matter what I<br>
&gt; try the context always goes to default, I even took off all the<br>
&gt; ACL&#39;s for internal and external profiles and tried gateways in each,<br>
&gt; still no luck, i can&#39;t get around the default context. We are going<br>
&gt; to be using IP based auth only, so no user/pass&#39;s ever.<br>
<br>
<br>
</div>This type of authentication is still tied to the directory. &nbsp;If you<br>
notice in the default config you&#39;ll notice the domains acl... that ACL<br>
is built off the cidr= attribute on the user tag in the directory.<br>
<br>
 &nbsp; &lt;user id=&quot;1000&quot; cidr=&quot;<a href="http://1.2.3.4/24" target="_blank">1.2.3.4/24</a>&quot;&gt;<br>
 &nbsp; &nbsp; &lt;variables&gt;<br>
 &nbsp; &nbsp; &nbsp; &lt;variable name=&quot;user_context&quot; value=&quot;my_context&quot;/&gt;<br>
 &nbsp; &nbsp; &lt;/variables&gt;<br>
 &nbsp; &lt;/user&gt;<br>
<br>
So now when you &quot;reloadacl reloadxml&quot; yes both together like that.<br>
<br>
I also just fixed a bug related to this due to recent directory layout<br>
changes.<br>
<br>
/b<br>
<br>
PS you can also set the context to &quot;_domain_&quot; and it&#39;ll auto on the<br>
from host.<br>
<div class="Ih2E3d"><br>
<br>
&gt;<br>
&gt;<br>
&gt; Any help on this would be great, I have searched and searched and<br>
&gt; everyone just uses the default context, but I am trying to avoid<br>
&gt; that as the diaplan will get quite long as I will have to all kinds<br>
&gt; of crazy matching, when a context is much simpler, and I would think<br>
&gt; faster then using lots of dialplan logic.<br>
&gt;<br>
&gt; Thanks for any help on this!<br>
&gt;<br>
&gt; Ron<br>
</div>&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>