MT#61912 AmB2BCallerSession::onB2BEvent: remove unused part

Just a rudiment from the past.

Change-Id: Ibe96c96cd779445236c4730432040c630334add6
mr13.3.1
Donat Zenichev 1 year ago
parent 3e4c616d78
commit 3267c8d3aa

@ -1364,12 +1364,6 @@ void AmB2BCallerSession::onB2BEvent(B2BEvent* ev)
"switching to SIP relay only mode, sending re-INVITE to caller\n");
sip_relay_only = true;
AmSipReply n_reply = reply;
if (n_reply.body.empty() && !established_body.empty()) {
DBG("callee FR without SDP, using provisional response's (18x) one\n");
n_reply.body = established_body;
}
if (reinviteCaller(reply, hdrs)) {
ERROR("re-INVITEing caller failed - stopping this and other leg\n");

Loading…
Cancel
Save