re-anchor if not dial task

This commit is contained in:
Sam Machin
2026-01-14 16:05:51 +00:00
parent d3f031b841
commit 3142dbf58e
+3
View File
@@ -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);
}
}
}