diff --git a/lib/session/call-session.js b/lib/session/call-session.js index b26579bf..cd4ffa22 100644 --- a/lib/session/call-session.js +++ b/lib/session/call-session.js @@ -2734,6 +2734,9 @@ Duration=${duration} ` } else { this.logger.debug('CallSession:propagateAnswer - call already answered and anchored'); } + } else { + this.logger.debug('CallSession:propagateAnswer - call already answered - re-anchor media with a reinvite'); + await this.dlg.modify(this.ep.local.sdp); } } }