nilesh74 / sipml5

Automatically exported from code.google.com/p/sipml5
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

empty nonce and response parameter missing in auth header of initial REGISTER #120

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
a) Before posting your issue you MUST answer to the questions otherwise it
will be rejected (invalid status) by us
b) Please check the issue tacker to avoid duplication
c) Please provide network capture (Wireshark) or Javascript console log
if you want quick response

What steps will reproduce the problem?
1.click on "Disable 3GPP Early IMS" in expert mode to disable early IMS
2.make a registration as IMS client to IMS Core
3.Enable javascript console and capture output

What is the expected output? What do you see instead?
Expected output:
The Authorization header should be populated as in Sec 5.1.1.2.3 in 3GPP TS 
24.229 but should expect output like below

Authorization: Digest 
username="+336000",nonce="",realm="192.168.2.2",uri="sip:192.168.2.2",response="
"

But I see this instead

Authorization: Digest 
username="+336000",realm="192.168.2.2",uri="sip:192.168.2.2"

as per Sec 5.1.1.2.3 in 24.229, auth header shall have empty nonce and response 
parameter. this is missing.

What version of the product are you using? On what operating system?
sipml r212, Chrome Version 28.0.1500.95 m on Window 7

Please provide any additional information below.
JavaScript Console output attached

Original issue reported on code.google.com by venkates...@gmail.com on 10 Aug 2013 at 1:37

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed: https://code.google.com/p/sipml5/source/detail?r=213

Original comment by boss...@yahoo.fr on 10 Aug 2013 at 2:06