Package org.cafesip.sipunit

Examples of org.cafesip.sipunit.SipCall.waitForAnswer()


    SipCall callA = getAlicePhone().createSipCall();
    boolean status_ok = callA.initiateOutgoingCall(getBobUri(), null);
    assertTrue("Initiate outgoing call failed - " + callA.format(), status_ok);
       
    callA.waitForAnswer(Response.NOT_FOUND);
   
    callA.getLastReceivedResponse().toString();
  }
}
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.