From 1d1c9eb068f76f20fa215515bd7d824bb9c8c536 Mon Sep 17 00:00:00 2001 From: fumingwei Date: Thu, 20 May 2021 10:32:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9voip=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84table=20info=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsg-9140-scripts/roles/firewall/templates/main.conf.j2.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsg-9140-scripts/roles/firewall/templates/main.conf.j2.j2 b/tsg-9140-scripts/roles/firewall/templates/main.conf.j2.j2 index 5569d36f..cb395d61 100644 --- a/tsg-9140-scripts/roles/firewall/templates/main.conf.j2.j2 +++ b/tsg-9140-scripts/roles/firewall/templates/main.conf.j2.j2 @@ -2,8 +2,8 @@ TIMEOUT=300 LOG_PATH="./tsglog/fw_voip_plug/fw_voip_plug" LOG_LEVEL=30 -TABLE_TO=TSG_FIELD_SIP_TO -TABLE_FROM=TSG_FIELD_SIP_FROM +TABLE_TO=TSG_FIELD_SIP_RESPONDER_DESCRIPTION +TABLE_FROM=TSG_FIELD_SIP_ORIGINATOR_DESCRIPTION [FTP_PLUG] LOG_PATH="./tsglog/fw_ftp_plug/fw_ftp_plug"