feat: add caller connection and answer rate analytics
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { CallerAnalyticsModule } from './caller-analytics/caller-analytics.module.js';
|
||||
import { ConfigModule } from '@nestjs/config';
|
||||
import crypto from 'node:crypto';
|
||||
import { LoggerModule } from 'nestjs-pino';
|
||||
@@ -60,6 +61,7 @@ import { VendorsModule } from './vendors/vendors.module.js';
|
||||
AuditModule,
|
||||
AuthModule,
|
||||
ActiveCallsModule,
|
||||
CallerAnalyticsModule,
|
||||
BusinessPrefixesModule,
|
||||
CdrsModule,
|
||||
DashboardModule,
|
||||
|
||||
Reference in New Issue
Block a user