[Home]

Summary:ASTERISK-01175: No digest authentication reply to 401 - Unauthorized
Reporter:janoka (janoka)Labels:
Date Opened:2004-03-08 18:20:32.000-0600Date Closed:2008-01-15 14:49:44.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Trying to call SER from *, * didn't process the 401 challenge. Upon inspecting chan_sip.c code, I noticed that 'header' (which in this case is WWW-Authenticate) is passed to do_proxy_auth(), but it doesn't pass it to reply_digest(). Instead, 'Proxy-Authenticate' is hardcoded in the function call. I assume it should pass 'header' instead. (Forgive me if I'm wrong, I'm new to *.)
Comments:By: Mark Spencer (markster) 2004-04-04 17:09:54

Fixed in CVS head

By: Digium Subversion (svnbot) 2008-01-15 14:49:44.000-0600

Repository: asterisk
Revision: 2614

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r2614 | markster | 2008-01-15 14:49:44 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix small SIP issue with SER (bug ASTERISK-1175)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=2614