From 3142dbf58e04c440593a129327443b29545fa459 Mon Sep 17 00:00:00 2001 From: Sam Machin Date: Wed, 14 Jan 2026 16:05:51 +0000 Subject: [PATCH] re-anchor if not dial task --- lib/session/call-session.js | 3 +++ 1 file changed, 3 insertions(+) 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); } } }