Hi List,<br>
<br>
I am very new to asterisk. I downloaded asterisk from CVS head yesterday and compiled it in Redhat linux 9.<br>
<br>
I created a sip account for testing and configured it in the Firefly.
While Firefly try to connect to the asterisk server i am getting an
error <br>
as below and failing the registration.<br>
<br>
Oct&nbsp; 1 08:00:57 NOTICE[23415]: chan_sip.c:10646
handle_request_register: Registration from '&quot;200&quot;
&lt;sip:200@local&gt;' failed for '<a href="http://192.168.10.200">192.168.10.200</a>' - Not a local SIP
domain<br>
<br>
My sip configuration is as below,<br>
<br>
[general]<br>
context=default&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
; Default context for incoming calls<br>
bindport=5060<br>
bindaddr=<a href="http://0.0.0.0">0.0.0.0</a><br>
<br>
[test]<br>
type=peer<br>
secret=200<br>
username=200<br>
host=dynamic<br>
nat=no<br>
#disallow=all<br>
allow=all<br>
context=default<br>
<br>
<br>
Please help me&nbsp; to find out the problem in my configuration.<br>
<br>
Thanks in advance<br>
<br>
Rgds<br>
Anil<br>
<br>