The quick way to check if a user is defined is to go to the asterisk console and type &quot;sip show users&quot; which will list all the defined users and passwords.<br><br>You say that it isn&#39;t a networking issue, but the fact that you are behind a NAT (your local ip is 
<a href="http://192.168.0.100">192.168.0.100</a>) is causing the problem (i think).&nbsp; All of your packets are reaching the server, but when it tries to respond it is sending the packets to <a href="http://192.168.0.100">192.168.0.100
</a> which is (obviously) not what you want to happen.&nbsp; The solution to this (typically) is to add &quot;NAT=yes&quot; to sip.conf in the general section.<br><br>Give that a try and see what your result is.<br><br>Nick<br>
<br><div><span class="gmail_quote">On 4/13/07, <b class="gmail_sendername">Alex Balashov</b> &lt;<a href="mailto:abalashov@evaristesys.com">abalashov@evaristesys.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>On Fri, 13 Apr 2007, Manolet Gmail said something to this effect:<br><br>&gt; mmm are you sure that asterisk-gui generate it on the sip.conf file?<br>&gt; cause i see a new file called users.conf, and i can see the sip users
<br>&gt; on it. Anybody uses asterisk now and can check it please??<br><br>&nbsp;&nbsp; Hmm.&nbsp;&nbsp;I use 1.4.x here and installed the stock config file samples<br>bundle, and there&#39;s no trace of users.conf.<br><br>&nbsp;&nbsp; But then again, I have never used any GUI configurator, so I&#39;m not in the
<br>best position to know what sort of structure and metadata it generates.<br><br>--<br>Alex Balashov &lt;<a href="mailto:sasha@presidium.org">sasha@presidium.org</a>&gt;<br>_______________________________________________
<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>