Examples of waitForIncomingCall()


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

    assertTrue("Initiate outgoing call failed - " + a.format(), status_ok);

    // invoke the Sip operation and check positive result in one step,
    // no operation error details if the test fails:

    assertTrue("Wait incoming call error or timeout", b
        .waitForIncomingCall(5000));

    // invoke the Sip operation and result check in one step,
    // only standard JUnit output if the test fails:
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.