Package gov.nist.javax.sip

Examples of gov.nist.javax.sip.ListeningPointExt.sendHeartbeat()


                logger.info("shootme: got an ACK " + requestEvent.getRequest());
               
                SipProvider sipProvider = (SipProvider) requestEvent.getSource();
                ListeningPointExt listeningPoint = (ListeningPointExt) sipProvider.getListeningPoint(transport);
                try {
          listeningPoint.sendHeartbeat(myAddress, Shootist.myPort);
        } catch (IOException e) {
                    logger.error("Unexpected error on sending hearbeat",e);
        }
                try {
                    //Create BYE request
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.