From 9d7f822e0a63bad67563ecf3a8bdd89010eec9b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=9A=E5=B2=B1=E6=9D=B0?= Date: Wed, 14 Sep 2022 10:04:27 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2d61924..59bc216 100644 --- a/README.md +++ b/README.md @@ -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内为预准备的几种常见情况的测试数据集。