博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Cisco 通话记录
阅读量:6678 次
发布时间:2019-06-25

本文共 1162 字,大约阅读时间需要 3 分钟。

  hot3.png

数据流程

计费中心将启动FTP Server服务,Cisco UC 负责把生成的CDR 数据通过FTP方式发送到计费中心指定的目录中,计费中心采集器通过Record服务监控目录变化。并且分析和存在为标准格式的文本文件。Miner服务负责读取文件,计算通话费用,并存在数据库中。一旦写入数据库中,用户通过web 方式就可以直接查询计费和统计计费报表。

Cisco UC 生成的文件的CDR文件是以逗号分隔的平面文件,文件名称有一定命名个格式。

CDR文件名称格式如下:

tag_clusterId_nodeId_datetime_seqNumber

tag—Identifies the type of file, either CDR or CMR

clusterId—Identifies the cluster

nodeId—Identifies the node

datetime—UTC time in yyyymmddhhmm format

seqnumber—Sequence number

Two examples of filenames follow:

cdr_Cluster1_01_200404021658_1

cmr_Cluster1_02_200404061011_6125

 

CDR 文件格式如下:

Line 1—List of field names comma separated

Line 2—List of field type comma separated

Line 3—Data comma separated

Line 4—Data comma separated

The following shows an example of a flat file:

Line1-”cdrRecordType”,”globalCallID_callManagerId”,”globalCallID_callId”,”origLegCallIdent

ifier”,...

Line2-INTEGER,INTEGER,INTEGER,INTEGER,...

更详细介绍参照<<Cisco Unified Communication Manager Call Detail Record Analysis & Definitions.pdf>>

 

 Cisco Unifiled CallManager 配置

配置FTP发送CDR

登录Unified CallManager 启用 CDR,选择 “System” > “Service Parameters” 菜单

转载于:https://my.oschina.net/88sys/blog/60318

你可能感兴趣的文章
ubuntu下rsync服务器端和客户端的配置
查看>>
UNIX/Linux 系统管理技术手册阅读(八)
查看>>
LINUX 软件安装。
查看>>
linux 批量文件重命名
查看>>
javascript使用xml 数据岛 简单实例
查看>>
Ubuntu 16.04安装Cobbler 2.9
查看>>
源码编译安装mysql-5.7.14
查看>>
CentOS6.7 DNS配置
查看>>
vRealize Operations Manager 6.5的安装与配置
查看>>
老舍|回忆初恋,只一眼就一生
查看>>
ip--lftp
查看>>
服务器端控件使用JQuery
查看>>
winform编程中鼠标坐标
查看>>
GO语言struct语法
查看>>
python读取excel表格的数据
查看>>
数据库多张表导出到excel
查看>>
中国医疗体系未来在哪?信息互通、智慧医疗将是重点
查看>>
centos 6.9安装jira 7.6.0
查看>>
ETag应用
查看>>
linux开启内部路由转发功能
查看>>