Package com.ericsson.ssa.sip

Examples of com.ericsson.ssa.sip.SipApplicationSessionImpl.passivate()


        //remove active sip application session if present and not locked
        SipApplicationSessionImpl sipApplicationSession
            = findSipApplicationSessionFromCacheOnly(id);
        if(sipApplicationSession != null
                && !sipApplicationSession.isForegroundLocked()) {
            sipApplicationSession.passivate();
        }
    }

    /**
     * process the load of a SipApplicationSession
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.