// Client tx has already terminated but the UA is retransmitting
// just forward the response statelessly.
// Strip the topmost via header
Response newResponse = (Response) response.clone();
newResponse.removeFirst(ViaHeader.NAME);
// Send the retransmission statelessly
this.inviteServerTxProvider.sendResponse(newResponse);
}
} else {
// Can be BYE due to Record-Route