// Attach ourselves to receive responses and finally send the request
try {
ClientTransaction ct = sipProvider.getNewClientTransaction(request);
ActivityContextInterface acIntf = activityContextInterfaceFactory
.getActivityContextInterface(ct);
SbbLocalObject mySelf = sbbContext.getSbbLocalObject();
acIntf.attach(mySelf);
dialog.sendRequest(ct);
} catch (Exception e) { // This catches no less than 10 distinct
// exception types...
log.error("Exception in sendrequest", e);