Examples of respondToDisconnect()


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

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

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

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

    getBobPhone().unregister(null, 10000);
  }
 
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.