diff --git a/lib/session/call-session.js b/lib/session/call-session.js index 0738c4b1..8918acb8 100644 --- a/lib/session/call-session.js +++ b/lib/session/call-session.js @@ -2399,7 +2399,7 @@ Duration=${duration} ` this.logger.debug(`endpoint was destroyed!! ${this.ep.uuid}`); }); - if (this.direction === CallDirection.Inbound) { + if (this.direction === CallDirection.Inbound || this.application?.transferredCall) { if (task.earlyMedia && !this.req.finalResponseSent) { this.res.send(183, {body: ep.local.sdp}); return {ep};