Examples of waitForDisconnect()


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

    assertLastOperationSuccess("b listen disc - " + b.format(), b);

    a.disconnect();
    assertLastOperationSuccess("a disc - " + a.format(), a);

    b.waitForDisconnect(10000);
    assertLastOperationSuccess("b wait disc - " + b.format(), b);

    b.respondToDisconnect();
    assertLastOperationSuccess("b disc - " + b.format(), b);
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.