mirror of
https://github.com/jambonz/sbc-inbound.git
synced 2025-12-19 04:37:43 +00:00
wip
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user