The quick way to check if a user is defined is to go to the asterisk console and type "sip show users" which will list all the defined users and passwords.<br><br>You say that it isn'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). 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. The solution to this (typically) is to add "NAT=yes" 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> <<a href="mailto:abalashov@evaristesys.com">abalashov@evaristesys.com</a>> 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>> mmm are you sure that asterisk-gui generate it on the sip.conf file?<br>> cause i see a new file called users.conf, and i can see the sip users
<br>> on it. Anybody uses asterisk now and can check it please??<br><br> Hmm. I use 1.4.x here and installed the stock config file samples<br>bundle, and there's no trace of users.conf.<br><br> But then again, I have never used any GUI configurator, so I'm not in the
<br>best position to know what sort of structure and metadata it generates.<br><br>--<br>Alex Balashov <<a href="mailto:sasha@presidium.org">sasha@presidium.org</a>><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> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>