diff options
| author | 戚岱杰 <[email protected]> | 2022-09-14 10:04:27 +0000 |
|---|---|---|
| committer | 戚岱杰 <[email protected]> | 2022-09-14 10:04:27 +0000 |
| commit | 9d7f822e0a63bad67563ecf3a8bdd89010eec9b5 (patch) | |
| tree | d8f6504f0da228668e1c9f4af0bf9689e61639f6 | |
| parent | 3cdd7629972ec02243cc3bb46113fb34c380bddf (diff) | |
Update README.mdHEADmain22.10-VSYS
| -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内为预准备的几种常见情况的测试数据集。 |
