Package com.ericsson.ssa.sip

Examples of com.ericsson.ssa.sip.SipSessionDialogImpl.doCleanup()


                            // I.e SipSession ends before sip dialog ends, a.k.a "forcedInvalidation"
                            forcedInvalidation = true;

                            break;
                        } else {
                            ss.doCleanup();
                        }
                    }
                } else {
                    // This is quite OK if there is two or more sipsessions in df have different lifecycles
                    if (logger.isLoggable(Level.FINEST)) {
View Full Code Here


                        }

                        ss.invalidate();
                    }

                    ss.doCleanup();
                }
            } catch (Throwable t) {
                if (logger.isLoggable(Level.FINE)) {
                    logger.log(Level.FINE, "Exception at invalidation" + t + "; Continue with all other sessions in the DF");
                }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.