[Asterisk-Dev] Recent CVS-HEAD breaks SIP Registration

Luigi Rizzo rizzo at icir.org
Wed Jun 22 00:46:40 MST 2005


On Wed, Jun 22, 2005 at 01:00:45AM -0500, Brian Capouch wrote:
> I just reverted to test the hypothesis that it was in fact a code change 
> and not a change on their end.
> 
> SIP registration with iconnecthere works fine with CVS-HEAD of 6/13.
> 
> Fails with current CVS, and has for a couple of days.  It gives the 
> following error, repeated multiple times then stopping, showing status 
> "Failed" on sip "show registry:"

which version of channels/chan_sip.c do you have ?
You might have an old one, because in my version (1.768 current as of
last night) of channels/chan_sip.c the 'missing Digest' line
is 7930 not 7767. In any case could you change it to

	ast_log(LOG_WARNING, "missing Digest (%s).\n", tmp);

and see if it tells you something more informative ?
Like leading or trailing space, case mismatch in the digest
string, etc.

	cheers
	luigi

> Jun 22 00:50:26 NOTICE[13999]: chan_sip.c:4570 sip_reg_timeout:    -- 
> Registration for '14082152799 at natrelay.deltathree.com' timed out, trying 
> again (Attempt #1)
> Jun 22 00:50:26 WARNING[13999]: chan_sip.c:7767 reply_digest: missing 
> Digest.
> Jun 22 00:50:26 NOTICE[13999]: chan_sip.c:8062 handle_response_register: 
> Failed to authenticate on REGISTER to 
> '14082152799 at natrelay.deltathree.com' (Tries 1)
> 
> 
> Thx.
> 
> B.
> 
> _______________________________________________
> Asterisk-Dev mailing list
> Asterisk-Dev at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-dev
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-dev



More information about the asterisk-dev mailing list