EsiiDsii / sipml5

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

Independently configurable authentication realm #84

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When SIPML5 is used with WebRTC2SIP and the authentication realm of the network 
does not match the SIP domain, authentication of INVITEs at the network fail.

It should be possible to configure the authentication realm independently of 
the SIP domain in SIPML5.

Original issue reported on code.google.com by emil.kro...@gmail.com on 8 Apr 2013 at 8:37

GoogleCodeExporter commented 8 years ago

Original comment by boss...@yahoo.fr on 8 Apr 2013 at 2:42

GoogleCodeExporter commented 8 years ago
A git formatted patch, fixing the problem. I did not check, whether this patch 
is complete, but it works for us.

Original comment by emil.kro...@gmail.com on 8 Apr 2013 at 3:47

Attachments:

GoogleCodeExporter commented 8 years ago
Just to clarify for other developers reading this issue:

- If the Breaker is not enabled this will works without any problem as the 
client will use the realm from the 401/407 to authenticate the request
- When the breaker is enabled and the realm in 401/407 is different than the 
one configured on the client then, it will fails. There is a ticket opened on 
webrtc2sip[1] and it seems to be the right way to fix this issue.

[1] https://code.google.com/p/webrtc2sip/issues/detail?id=74#c2

Original comment by boss...@yahoo.fr on 8 Apr 2013 at 4:11