Examples of swapLocalRemote()


Examples of com.ericsson.ssa.sip.SipSessionImplBase.swapLocalRemote()

        DialogFragment d = req.getDialog();
        s = m_SipSessionManager.createSipSession(d.getDialogSet(), req.getToImpl(),
                appSess, handlerName);
        // Initial request from outside the container.
        // So, swap the local-remote.
        s.swapLocalRemote();
        if (handlerName != null && !handlerName.equals("")) {
            TargettedRequestHandler.linkCorrespondingSession(req, s);
        }
        s.setSubscriberURI(subscriberURI);
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.