showrav017 / jain-sip

Automatically exported from code.google.com/p/jain-sip
0 stars 0 forks source link

Add RFC 5626 Support for NIO #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Allows send and receive of keepalives as defined in RFC 5626 on the NIO branch 
like it is done for BIO

Original issue reported on code.google.com by jean.deruelle on 14 Aug 2012 at 1:57

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 3d005019a8ad.

(git repo)

JSIP-416
Fixes to Allow RFC 5626 KeepAlives on NIO Branch. Passing all the tests

git-svn-id: 
https://svn.java.net/svn/jsip~svn/branches/JAIN-SIP-NIO-year-2012@2174 
8e71dc83-d81e-6649-80f2-80b843a9b2be

Original comment by jean.deruelle on 17 Oct 2012 at 8:59

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 303a37a305c5.

(git repo)

JSIP-416
Patch From Alexander Saveliev for setting ipaddress and port.
Jean : Better Behavior Consistency with Blocking IO for RFC 5626 KeepAlives on 
NIO Branch. Passing all the tests

git-svn-id: 
https://svn.java.net/svn/jsip~svn/branches/JAIN-SIP-NIO-year-2012@2175 
8e71dc83-d81e-6649-80f2-80b843a9b2be

Original comment by jean.deruelle on 22 Oct 2012 at 4:54

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 9afaff77c2c9.

(git repo)

Backport to TelScale branch

JSIP-416
Fixes to Allow RFC 5626 KeepAlives on NIO Branch. Passing all the tests

git-svn-id: 
https://svn.java.net/svn/jsip~svn/branches/JAIN-SIP-NIO-year-2012@2174 
8e71dc83-d81e-6649-80f2-80b843a9b2be
(cherry picked from commit 536e43c7412c3b6371ab594370b03dba0965f265)

Original comment by jean.deruelle on 22 Oct 2012 at 4:57

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 2a3cbebcce07.

(git repo)

Backport to TelScale

JSIP-416
Patch From Alexander Saveliev for setting ipaddress and port.
Jean : Better Behavior Consistency with Blocking IO for RFC 5626 KeepAlives on 
NIO Branch. Passing all the tests

git-svn-id: 
https://svn.java.net/svn/jsip~svn/branches/JAIN-SIP-NIO-year-2012@2175 
8e71dc83-d81e-6649-80f2-80b843a9b2be
(cherry picked from commit a9585565ed2e0f901c299860ea8c503003057fb0)

Original comment by jean.deruelle on 22 Oct 2012 at 4:57

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 35477b6e4a64.

(git repo)

JSIP-416

Making sure that we do't notify each listening point but only the one on which 
the timeout happened

Original comment by jean.deruelle on 23 Oct 2012 at 7:20

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

(git repo)

JSIP-416

Making sure that we do't notify each listening point but only the one on which 
the timeout happened
(cherry picked from commit 35477b6e4a6425fbaef53155f9cb316b88494c0d)

git-svn-id: 
https://svn.java.net/svn/jsip~svn/branches/JAIN-SIP-NIO-year-2012@2176 
8e71dc83-d81e-6649-80f2-80b843a9b2be

Original comment by jean.deruelle on 23 Oct 2012 at 7:30

GoogleCodeExporter commented 8 years ago
Should work on SIP Over WebSockets as well

Original comment by jean.deruelle on 6 Nov 2012 at 4:49

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 40a68335bae7.

(git repo)

JSIP-416
Fixes to Allow RFC 5626 KeepAlives on NIO Branch. Passing all the tests

git-svn-id: https://svn.java.net/svn/jsip~svn/trunk@2246 
8e71dc83-d81e-6649-80f2-80b843a9b2be

Original comment by jean.deruelle on 11 Dec 2012 at 2:48

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 467c64314b5f.

(git repo)

JSIP-416
Patch From Alexander Saveliev for setting ipaddress and port.
Jean : Better Behavior Consistency with Blocking IO for RFC 5626 KeepAlives on 
NIO Branch. Passing all the tests

git-svn-id: https://svn.java.net/svn/jsip~svn/trunk@2247 
8e71dc83-d81e-6649-80f2-80b843a9b2be

Original comment by jean.deruelle on 11 Dec 2012 at 2:48

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

(git repo)

JSIP-416

Making sure that we do't notify each listening point but only the one on which 
the timeout happened
(cherry picked from commit 35477b6e4a6425fbaef53155f9cb316b88494c0d)

git-svn-id: https://svn.java.net/svn/jsip~svn/trunk@2248 
8e71dc83-d81e-6649-80f2-80b843a9b2be

Original comment by jean.deruelle on 11 Dec 2012 at 2:48

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 13 Jun 2013 at 8:11

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 9afaff77c2c9.

(git repo)

Backport to TelScale branch

JSIP-416
Fixes to Allow RFC 5626 KeepAlives on NIO Branch. Passing all the tests

git-svn-id: 
https://svn.java.net/svn/jsip~svn/branches/JAIN-SIP-NIO-year-2012@2174 
8e71dc83-d81e-6649-80f2-80b843a9b2be
(cherry picked from commit 536e43c7412c3b6371ab594370b03dba0965f265)

Original comment by jean.der...@telestax.com on 19 Aug 2014 at 4:59

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 2a3cbebcce07.

(git repo)

Backport to TelScale

JSIP-416
Patch From Alexander Saveliev for setting ipaddress and port.
Jean : Better Behavior Consistency with Blocking IO for RFC 5626 KeepAlives on 
NIO Branch. Passing all the tests

git-svn-id: 
https://svn.java.net/svn/jsip~svn/branches/JAIN-SIP-NIO-year-2012@2175 
8e71dc83-d81e-6649-80f2-80b843a9b2be
(cherry picked from commit a9585565ed2e0f901c299860ea8c503003057fb0)

Original comment by jean.der...@telestax.com on 19 Aug 2014 at 4:59

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 35477b6e4a64.

(git repo)

JSIP-416

Making sure that we do't notify each listening point but only the one on which 
the timeout happened

Original comment by jean.deruelle on 19 Aug 2014 at 4:59