feat: add caller connection and answer rate analytics
This commit is contained in:
@@ -3,6 +3,8 @@ import { PrismaClient } from '@prisma/client';
|
||||
const prisma = new PrismaClient();
|
||||
|
||||
const permissions = [
|
||||
['caller_analytics.view', 'caller_analytics', 'view', '查看授权客户的主叫分析'],
|
||||
['caller_analytics.view_all', 'caller_analytics', 'view_all', '查看全部客户的主叫分析'],
|
||||
['dashboard.view', 'dashboard', 'view', '查看 Dashboard 指标'],
|
||||
['active_calls.view', 'active_calls', 'view', '查看当前通话'],
|
||||
['active_calls.manage', 'active_calls', 'manage', '强制挂断当前通话'],
|
||||
|
||||
Reference in New Issue
Block a user