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: