feat: add number library routing and cdr location support

This commit is contained in:
hectorzhao
2026-06-24 11:39:32 +08:00
parent 5fa1bd35e9
commit 7057fd3c42
63 changed files with 6361 additions and 566 deletions
+6
View File
@@ -7,7 +7,9 @@ import { LOG_REDACT_PATHS } from '@lisglosips/observability';
import { appConfig, validationSchema } from '../shared/config.js';
import { AuditLogsModule } from './audit-logs/audit-logs.module.js';
import { AuditModule } from './audit/audit.module.js';
import { ActiveCallsModule } from './active-calls/active-calls.module.js';
import { AuthModule } from './auth/auth.module.js';
import { CdrsModule } from './cdrs/cdrs.module.js';
import { CustomerGatewayPoliciesModule } from './customer-gateway-policies/customer-gateway-policies.module.js';
import { CustomerGatewaysModule } from './customer-gateways/customer-gateways.module.js';
import { CustomersModule } from './customers/customers.module.js';
@@ -15,6 +17,7 @@ import { DashboardModule } from './dashboard/dashboard.module.js';
import { DatabaseModule } from './database/database.module.js';
import { HealthModule } from './health/health.module.js';
import { LandingLineGroupsModule } from './landing-line-groups/landing-line-groups.module.js';
import { NumberLibraryModule } from './number-library/number-library.module.js';
import { RechargesModule } from './recharges/recharges.module.js';
import { RecordingsModule } from './recordings/recordings.module.js';
import { QualityModule } from './quality/quality.module.js';
@@ -55,6 +58,8 @@ import { VendorsModule } from './vendors/vendors.module.js';
SecurityModule,
AuditModule,
AuthModule,
ActiveCallsModule,
CdrsModule,
DashboardModule,
CustomersModule,
CustomerGatewaysModule,
@@ -63,6 +68,7 @@ import { VendorsModule } from './vendors/vendors.module.js';
VendorsModule,
VendorGatewaysModule,
LandingLineGroupsModule,
NumberLibraryModule,
QualityModule,
RecordingsModule,
UsersModule,