thinhit / sipml5

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

Is 407 supported by sipml5 #196

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open up 2 sipml5 live demo pages
2. Register with two users and initiate a call
3. The server responds with "407 Proxy Authentication Required"

What is the expected output? What do you see instead?
Expected output: sipml5 should send back a response with credentials.
Actual output : No response is sent with credentials

What version of the product are you using? On what operating system?
Demo page version : http://sipml5.org/call.htm?svn=224
OS: Linux
Browser: Google Chrome

Please provide any additional information below.

Original issue reported on code.google.com by shilpa02...@gmail.com on 4 Dec 2014 at 11:39

GoogleCodeExporter commented 8 years ago
Yes, it's supported. If you have logs please attach them.
https://code.google.com/p/sipml5/source/browse/trunk/src/tinySIP/src/dialogs/tsi
p_dialog_invite.js?r=217#1262

Original comment by boss...@yahoo.fr on 5 Dec 2014 at 2:28

GoogleCodeExporter commented 8 years ago
The webrtc console output(PFA webrtc_log_407.txt)shows the 407 from the 
server.Whereas we do not see a invite being sent again for that.

For registration, we are getting 401 but webrtc is again sending the Register 
request.The same credentials should be used for sending the INVITE request 
after receiving the 407.But we do not see any new INVITE request sent in 
response to 407.

Also attached the wirehark traces.We have a UDP relay between webrtc code and 
the sip server for webrtc to sip conversion.

Is there any way to decode webrtc in wireshark.

Original comment by shilpa02...@gmail.com on 5 Dec 2014 at 7:14

Attachments: