Okay.&nbsp; I'm setting up my first Asterisk box and the only thing I want to do right now is get my Ekiga softphone to register with it.&nbsp; Here is how I have my sip.conf set up:<br><br>-----sip.conf-----<br>[general]<br>context=default
<br>srvlookup=yes<br><br>[davidr64]<br>type=friend<br>secret=welcome<br>qualify=yes<br>nat=no<br>host=dynamic<br>canreinvite=no<br>context=internal<br>-----/sip.conf-----<br><br>I have my softphone (on another box) set up with this info:
<br>Account Name: Testing<br>Registrar: <a href="http://10.20.30.71">10.20.30.71</a> (correct IP for the asterisk box)<br>User: davidr64<br>Password: welcome<br>Authentication Login: davidr64<br>Realm/Domain: <a href="http://10.20.30.71">
10.20.30.71</a><br>Registration Timeout: 3600<br><br>

<br>That should be all I need, right?&nbsp; When I tell my softphone to register, my Asterisk console shoots this at me:<br><br>Sep 12 11:38:50 NOTICE[1799]: chan_sip.c:10886 handle_request_register: Registration from '&lt;<a href="mailto:sip:davidr64@10.20.30.71">
sip:davidr64@10.20.30.71</a>&gt;' failed for '<a href="http://10.20.30.48">10.20.30.48</a>' - Wrong password<br><br>Is there something I'm missing?&nbsp; If not, what do I have wrong?<br><br>Thanks,<br>David<br>