linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Bug in Digest access authentication


From: Cameron Barfield
Subject: [Linphone-developers] Bug in Digest access authentication
Date: Fri, 26 Sep 2008 12:48:50 -0700
User-agent: Thunderbird 2.0.0.4 (X11/20070604)

Hi --

I recently found that Linphone cannot authenticate on an Allworx SIP server.

It looks like the problem is the way Linphone handles the response to the "407 
Proxy
Authentication Required" message.

In function eXosip_create_proxy_authorization_header() in exosip/jauth.c it 
looks like if
the QOP field is set, it is treated as an "auth-int" QOP. If the QOP field is 
set to
"auth" it should be treated the same as if it were blank:

http://en.wikipedia.org/wiki/Digest_access_authentication#Overview

I'm not sure that this patch is 100% correct, but it does work for my case.

I generated the patch against SVN checkout 53.

Attachment: digest.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]