<div dir="ltr"><div class="gmail_quote">On Mon, Mar 28, 2011 at 5:52 PM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

DING DING DING DING! We have a weener! :P<br>
Look at line 3 of your pastebin:<br>
<br>
2011-03-26 02:00:54.058641 [DEBUG] sofia.c:6466 IP 192.168.3.121<br>
Approved by acl &quot;domains[]&quot;. Access Granted.<br>
<br></blockquote><div><br></div><div><font class="Apple-style-span" face="verdana, sans-serif" color="#000099">Believe it or not, I SWEAR I was going to highlight that and point it out that my $${domain} was coming up empty and it didn&#39;t have anyway to know who was local and who wasn&#39;t. So then I added the line</font></div>

<div><font class="Apple-style-span" face="verdana, sans-serif" color="#000099"><br></font></div><div><font class="Apple-style-span" face="verdana, sans-serif" color="#000099">&lt;node type=&quot;allow&quot; cidr=&quot;<a href="http://192.168.3.0/24">192.168.3.0/24</a>&quot;/&gt; under &lt;list name=&quot;domains&quot;&gt; to &quot;teach&quot; it! But that didn&#39;t work either.</font></div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Your &quot;domains&quot; ACL is letting the call in, but is not &quot;authenticating&quot;<br>
it so it&#39;s hitting the default context. If you absolutely want IP auth<br>
then you need to go into each directory entry for each user you want<br>
to have IP auth and add a tag like this:<br>
<br>
&lt;user id=&quot;1000&quot; cidr=&quot;192.168.3.10&quot;&gt;<br>
<br>
The better way to go, IMHO, is simply to use digest authentication.<br>
That way you don&#39;t have to worry about what IP address for what user,<br>
etc. Just make sure that you change the SIP password to something<br>
better than &quot;1234&quot; :)<br>
<br></blockquote><div><br></div><div><font class="Apple-style-span" face="verdana, sans-serif" color="#000099">Sorry, how do I make it do that? Doesn&#39;t it do that by default?</font></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


I answered this yesterday asking about the ACL. Granted it wasn&#39;t<br>
within 10 minutes but it was a Sunday for me... ;)<br>
<br></blockquote><div><br></div><div><font class="Apple-style-span" face="verdana, sans-serif" color="#000099">Might have missed it :(</font></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


-MC<br><br></blockquote><div><br></div><div><font class="Apple-style-span" face="verdana, sans-serif" color="#000099">So bottom line, how do I fix this? like I kinda knew what the problem was, just wasn&#39;t sure and didn&#39;t know how to fix it :( If changing back to the original/default acl is the answer then why did this problem happen to begin with when I started out with a the basic default config that &quot;make samples&quot; spits out...hell I didn&#39;t even change the default pwd (don&#39;t worry this is running inside a VM and has no outside access) for registering the UAs. But when I had this issue, I started to much around.</font></div>

</div></div>