<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>SIP registration fails</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>Hello List ;)</FONT>
</P>
<P><FONT SIZE=2>I'm quite amazed by the features, asterisk offers but as I'm quite new to this stuff, I've got a few questions.</FONT>
</P>
<P><FONT SIZE=2>First of all the relevant part of my sip.conf:</FONT>
<BR><FONT SIZE=2>------------ cut ---- sip.conf ------------------</FONT>
<BR><FONT SIZE=2>[general]</FONT>
<BR><FONT SIZE=2>port = 5060 ; Port to bind to</FONT>
<BR><FONT SIZE=2>bindaddr = 0.0.0.0 ; Address to bind to</FONT>
<BR><FONT SIZE=2>srvlookup=yes</FONT>
<BR><FONT SIZE=2>nat=yes</FONT>
<BR><FONT SIZE=2>localnet=192.168.11.0/255.255.255.0</FONT>
<BR><FONT SIZE=2>externip=<myexternaldyndnsname></FONT>
<BR><FONT SIZE=2>realm=<myrealm></FONT>
</P>
<P><FONT SIZE=2>context = from-sip ; Default for incoming calls</FONT>
<BR><FONT SIZE=2>insecure=very</FONT>
<BR><FONT SIZE=2>tos=0x18</FONT>
<BR><FONT SIZE=2>dtmfmode=info</FONT>
<BR><FONT SIZE=2>disallow=all</FONT>
<BR><FONT SIZE=2>allow=gsm</FONT>
<BR><FONT SIZE=2>allow=alaw</FONT>
<BR><FONT SIZE=2>allow=ulaw</FONT>
<BR><FONT SIZE=2>register => <mysipid>:<mysippass>@sip.web.de/<mysipid></FONT>
</P>
<P><FONT SIZE=2>[webde]</FONT>
<BR><FONT SIZE=2>type=friend</FONT>
<BR><FONT SIZE=2>username=<mysipid></FONT>
<BR><FONT SIZE=2>secret=<mysippass></FONT>
<BR><FONT SIZE=2>host=sip.web.de</FONT>
<BR><FONT SIZE=2>fromuser=<mysipid></FONT>
<BR><FONT SIZE=2>fromdomain=sip.web.de</FONT>
<BR><FONT SIZE=2>nat=no</FONT>
<BR><FONT SIZE=2>canreinvite=no</FONT>
<BR><FONT SIZE=2>insecure=very</FONT>
<BR><FONT SIZE=2>qualify=400</FONT>
<BR><FONT SIZE=2>dtmfmode=info</FONT>
<BR><FONT SIZE=2>------------ cut ---- sip.conf ------------------</FONT>
</P>
<P><FONT SIZE=2>My questions on this are:</FONT>
<BR><FONT SIZE=2>a) why is SIP registration failing?</FONT>
<BR><FONT SIZE=2>b) how is mapping between "register=>" and [webde] done?</FONT>
</P>
<P><FONT SIZE=2>many thanks.</FONT>
</P>
<BR>
</BODY>
</HTML>