qickrooms / red5phone

Automatically exported from code.google.com/p/red5phone
0 stars 0 forks source link

Digest auth problems (cnonce attribute) #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
SIP servers that require <b>cnonce</b> attribute in digest auth requests
return 401 error (wrong digest).

Fix:

http://code.google.com/p/sipdroid/source/detail?r=100

Make the same changes in DigestAuthentication class.

Original issue reported on code.google.com by alx...@gmail.com on 9 Jul 2009 at 11:57