You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1181,7 +1182,7 @@ public void invalidate(boolean bypassCheck) {
1181
1182
// semaphore = null;
1182
1183
// }
1183
1184
facade = null;
1184
-
}
1185
+
}
1185
1186
1186
1187
/**
1187
1188
* Not needed anymore after PFD JSR 289 spec
@@ -1604,7 +1605,7 @@ public void onTerminatedState() {
1604
1605
if (linkedSession != null) {
1605
1606
logger.debug("terminating linked session.");
1606
1607
linkedSession.onTerminatedState();
1607
-
}
1608
+
}
1608
1609
1609
1610
if(!this.isValid && this.parentSession != null) {
1610
1611
//Since there is a parent session, and since the current derived sip session
@@ -1614,7 +1615,7 @@ public void onTerminatedState() {
1614
1615
if(logger.isDebugEnabled()) {
1615
1616
Stringmsg = String.format("SipSession [%s] onTerminateState hasParentSession [%s] that will ask to onReadyToInvalidate()", key, parentSession.getKey());
1616
1617
logger.debug(msg);
1617
-
}
1618
+
}
1618
1619
1619
1620
this.parentSession.onReadyToInvalidate();
1620
1621
}
@@ -2051,7 +2052,7 @@ public void onReadyToInvalidate() {
2051
2052
return;
2052
2053
} else {
2053
2054
logger.debug("All Derived ready, lets proceed.");
2054
-
}
2055
+
}
2055
2056
2056
2057
if(logger.isDebugEnabled()) {
2057
2058
logger.debug("invalidateWhenReady flag is set to " + invalidateWhenReady);
@@ -2098,17 +2099,24 @@ public void setProxy(MobicentsProxy proxy) {
0 commit comments