This repository has been archived on 2025-09-14 . You can view files and clone it, but cannot push or open issues or pull requests.
4992cb18997f0f85bffc2672542f49132fd53a5b
SIP RTP Correlation
简介
SIP RTP Correlation 项目是一个使用 Apache Flink 实现的实时数据处理项目,旨在从 Kafka 中读取 SIP(Session Initiation Protocol)和 RTP(Real-time Transport Protocol)数据,将它们融合成完整的 VoIP(Voice over Internet Protocol)通话数据。
SIP RTP Correlation 项目可以用于实时监控和分析 VoIP 通话数据,提取关键指标,以及进行实时报警和诊断。
编译和打包
使用Maven工具对项目进行编译和打包:
mvn clean package
运行Flink任务
使用以下命令运行Flink任务:
flink run -c com.geedgenetworks.flink.easy.core.Runner path/to/sip-rtp-correlation-<version>.jar job.yml
贡献
如果您发现任何问题或改进项目的想法,欢迎提交 Issue 或 Pull Request。
Description
Languages
Java
93.3%
Shell
5.2%
CSS
1.5%