airbai / sipservlets

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

SipSession is set to terminated state when 407 received after Bye request. #194

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Send Bye Request
2.Receive 407
3.Try to create request from the same session. 

What is the expected output? What do you see instead?

Expected: Session is not in terminated state, request created.
Result: Session is in terminated state. Request is not created.
IllegalStateException is thrown.

What version of the product are you using? On what operating system?
1.1.9 Linux

Please provide any additional information below.

In order to authenticate, Bye request should be reproduced with a authorization 
header after receiving 407. It is not possible to create Bye request when its 
session is set to terminated.

Original issue reported on code.google.com by yoncaust...@gmail.com on 7 Feb 2013 at 1:48

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 5 Jul 2013 at 7:44

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 5168de1351d9.

Fix + non regression test

(cherry picked from commit 74661503fa6882790092b945b5e6acd44089386a)

Original comment by jean.der...@telestax.com on 29 Apr 2014 at 8:39

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 29 Apr 2014 at 8:39

GoogleCodeExporter commented 8 years ago

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