biswabhusan / sipservlets

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

SDP on First Challenged INVITE is not null #278

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In this scenario:

INVITE (1) -> 
407 <- 
INVITE (2) -> 
200 <- 
INVITE(3) -> 
407 <- 
INVITE(4) ->

INVITE 2 inherits automatically the sdp from INVITE 1. But INVITE 4 does NOT 
inherit the sdp from INVITE 3.

I believe this is because for INVITE 2, message.clone() method is used, but for 
INVITE 4 sessionDialog.createRequest() is used.

INVITE 2 should not contain any SDP neither

Original issue reported on code.google.com by jean.der...@telestax.com on 1 Aug 2014 at 9:54

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 413552af6a45.

Backport to master : Fixed #comment Fix + non regression test
(cherry picked from commit 1f00ab4885dec571d06f23d1535e3ab3648448b6)

Original comment by jean.der...@telestax.com on 1 Aug 2014 at 10:08

GoogleCodeExporter commented 8 years ago

Original comment by jean.der...@telestax.com on 1 Aug 2014 at 10:08

GoogleCodeExporter commented 8 years ago

Original comment by jean.der...@telestax.com on 25 Aug 2014 at 10:52