mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2026-07-24 13:12:08 +00:00
re-anchor if not dial task
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user