This commit is contained in:
Dave Horton
2025-01-14 14:58:29 -05:00
parent f3c047aa9a
commit fe68d2a316

View File

@@ -2689,7 +2689,7 @@ Duration=${duration} `
/**
* _onMaxCallDuration - called when the call has reached the maximum duration
*/
_onMaxCallDuration() {
_onMaxCallDuration() {
this.logger.info(`callSession:_onMaxCallDuration tearing down call as it has reached ${this.timeLimit}s`);
if (!this.dlg) {
this.logger.debug('CallSession:_onMaxCallDuration - no dialog, call already gone');