"could not find tx, handling statelessly Dialog = " + dialog);
}
// Pass the response up to the application layer to handle
// statelessly.
ResponseEvent sipEvent = new ResponseEvent(sipProvider, transaction, dialog,
(Response) response);
sipProvider.handleEvent(sipEvent, transaction);
return;
}
ResponseEvent responseEvent = null;
// Here if there is an assigned dialog
responseEvent = new javax.sip.ResponseEvent(sipProvider, (ClientTransaction) transaction,
dialog, (Response) response);
// Set the Dialog for the response.