showrav017 / jain-sip

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

Inconsistency in Timer variables usage #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
http://java.net/jira/browse/JSIP-438 and 
https://telestax.zendesk.com/tickets/30955

Original issue reported on code.google.com by jean.deruelle on 8 Nov 2012 at 4:48

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

(git repo)

JSIP-438

Fixes places where was used the BASE_TIMER_INTERVAL constant value instead of 
the SipTransaction.baseTimerInterval variable

Also changed the variable names to lower case since they are not constants to 
follow the java conventions.

Fixed test that was failing on CI Job

Original comment by jean.deruelle on 8 Nov 2012 at 5:47

GoogleCodeExporter commented 8 years ago
waiting on confirmation from customer before backporting

Original comment by jean.deruelle on 8 Nov 2012 at 5:48

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

(git repo)

JSIP-438

Fixes places where was used the BASE_TIMER_INTERVAL constant value instead of 
the SipTransaction.baseTimerInterval variable

Also changed the variable names to lower case since they are not constants to 
follow the java conventions.

Fixed test that was failing on CI Job

git-svn-id: https://svn.java.net/svn/jsip~svn/trunk@2253 
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 22fac0776761.

(git repo)

JSIP-438

Making sure T2 is used everywhere it ought to be as it is configurable. 
MAXIMUM_RETRANSMISSION_TICK_COUNT was redundant with T2 value.

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

Original comment by jean.deruelle on 14 Dec 2012 at 3:33

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

(git repo)

JSIP-438

Fixes places where was used the BASE_TIMER_INTERVAL constant value instead of 
the SipTransaction.baseTimerInterval variable

Also changed the variable names to lower case since they are not constants to 
follow the java conventions.

Fixed test that was failing on CI Job
(cherry picked from commit 3a23cde401bd6b67e513bb1c9f2577aa2285ed8d)

Original comment by jean.deruelle on 14 Dec 2012 at 3:37

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

(git repo)

JSIP-438

Making sure T2 is used everywhere it ought to be as it is configurable.
MAXIMUM_RETRANSMISSION_TICK_COUNT was redundant with T2 value.

Original comment by jean.deruelle on 14 Dec 2012 at 3:37

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

(git repo)

JSIP-438

Fixes places where was used the BASE_TIMER_INTERVAL constant value instead of 
the SipTransaction.baseTimerInterval variable

Also changed the variable names to lower case since they are not constants to 
follow the java conventions.

Fixed test that was failing on CI Job
(cherry picked from commit 3a23cde401bd6b67e513bb1c9f2577aa2285ed8d)

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

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

(git repo)

JSIP-438

Making sure T2 is used everywhere it ought to be as it is configurable.
MAXIMUM_RETRANSMISSION_TICK_COUNT was redundant with T2 value.

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