diff options
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,5 @@ # VOIP融合业务 +[SIP与RTP关联方案](https://docs.geedge.net/pages/viewpage.action?pageId=23044117) 业务内容:对日志内的RTP和SIP日志经过一定规则,融合为VoIP日志,共分为两个阶段: * 单向流日志对准 @@ -23,3 +24,7 @@ * 生成关联key所用字段: * SIP日志表中from_rtp_ip、from_rtp_port、to_rtp_ip、to_rtp_port四个字段; * RTP日志表中基础字段的common_client_ip、common_client_port、common_server_ip、common_server_port四个字段。 + + +# 测试数据 +src/test/testdata内为预准备的几种常见情况的测试数据集。 |
