feat: add caller connection and answer rate analytics
This commit is contained in:
@@ -16,6 +16,7 @@ import {
|
||||
normalizeVendorGateway,
|
||||
} from './utils/formatters.js';
|
||||
import { DashboardPage } from './pages/DashboardPage.jsx';
|
||||
import { CallerAnalyticsPage } from './pages/CallerAnalyticsPage.jsx';
|
||||
import { ActiveCallsPage } from './pages/ActiveCallsPage.jsx';
|
||||
import { CustomersPage } from './pages/CustomersPage.jsx';
|
||||
import { RechargeRecordsPage } from './pages/RechargeRecordsPage.jsx';
|
||||
@@ -58,6 +59,7 @@ const navGroups = [
|
||||
items: [
|
||||
{ key: 'activeCalls', label: '当前通话', permissions: PAGE_PERMISSIONS.activeCalls },
|
||||
{ key: 'cdr', label: '话单中心', permissions: PAGE_PERMISSIONS.cdr },
|
||||
{ key: 'callerAnalytics', label: '主叫号码分析', permissions: PAGE_PERMISSIONS.callerAnalytics },
|
||||
{ key: 'quality', label: '质检中心', permissions: PAGE_PERMISSIONS.quality },
|
||||
{ key: 'sipops', label: 'SIP 运维', pending: true },
|
||||
{ key: 'monitoring', label: '监控告警', pending: true },
|
||||
@@ -76,6 +78,7 @@ const navGroups = [
|
||||
|
||||
|
||||
const pages = {
|
||||
callerAnalytics: CallerAnalyticsPage,
|
||||
dashboard: DashboardPage,
|
||||
activeCalls: ActiveCallsPage,
|
||||
customers: CustomersPage,
|
||||
|
||||
Reference in New Issue
Block a user