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
//invoke after actual invalidation to prevent infinite loop
1607
+
if (linkedSession != null) {
1608
+
//linkedSession.onTerminatedState();
1609
+
}
1610
+
1597
1611
if(!this.isValid && this.parentSession != null) {
1598
1612
//Since there is a parent session, and since the current derived sip session
1599
1613
//is already invalidated, ask the parent session to invalidate.
@@ -1603,19 +1617,8 @@ public void onTerminatedState() {
1603
1617
Stringmsg = String.format("SipSession [%s] onTerminateState hasParentSession [%s] that will ask to onReadyToInvalidate()", key, parentSession.getKey());
0 commit comments