This commit is contained in:
Dave Horton
2025-01-10 19:15:08 -05:00
parent 6e892cb48f
commit e706d60c10

View File

@@ -456,7 +456,7 @@ class CallSession extends Emitter {
if (!this.req.locals.callCountNudged) {
const {callId} = this.req.locals;
this.req.locals.callCountNudged = true;
this.logger.debug('decrementing call count at end of call');
this.logger.info('decrementing call count at end of call due to normal termination');
await nudgeCallCounts(this.logger, {
service_provider_sid: this.service_provider_sid,
account_sid: this.account_sid,