<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.24.5">
</HEAD>
<BODY>
There was still something that I did not do to debug things and that is "sip set debug".<BR>
This showed me that the registration was rejected.<BR>
<BR>
I did not saw this first but in my sip.conf I had [NSLU] in capital and username=nslu in lower case.<BR>
This has to be the same !! So I've set both as followed :<BR>
<BR>
[nslu] <BR>
type=friend <BR>
host=dynamic <BR>
username=nslu <BR>
secret=nslu <BR>
<BR>
Now it works like it should.<BR>
<BR>
Also like Tzafrir Cohen says my Asterisk wasn't listening to port 5060 which I changed.<BR>
<BR>
Jonas.<BR>
<BR>
On Sat, 2009-10-03 at 16:54 +0200, Tzafrir Cohen wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
> This is my sip.conf for the account :
>
> [NSLU]
> type=friend
> host=dynamic
> username=nslu
> secret=nslu
> context=intern
> canreinvite=no
> qualify=yes
> callerid=GS NSLU2
> <10>
> accountcode=NSLU2
> disallow=all
> allow=alaw
> allow=gsm
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>