Dispatcher d = _response.popDispatcher();
// it's acceptable to block the transaction
// during the response transmission
if (d != null) {
d.dispatch(_response);
}
if (SipMonitoring.isEnabled(
SipMonitoring.TRANSACTION_MANAGER)) {
updateLastAccessTimestamp();