summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfumingwei <[email protected]>2021-05-19 18:19:05 +0800
committerfumingwei <[email protected]>2021-05-19 18:19:05 +0800
commit20b3719fbe65711690b210087c9c876852d0cb52 (patch)
treefdefa4ad567cf8fbdbaadc1a5f22a02fc8d00a2c
parente15494d7e46499bd23f8daa319475f919ffedf15 (diff)
修改main.yml中的voip引用的table info表项tsg-version21.04-deploy
-rw-r--r--roles/firewall/templates/main.conf.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/firewall/templates/main.conf.j2 b/roles/firewall/templates/main.conf.j2
index 231876a..5087b35 100644
--- a/roles/firewall/templates/main.conf.j2
+++ b/roles/firewall/templates/main.conf.j2
@@ -2,8 +2,8 @@
TIMEOUT=300
LOG_PATH="./tsglog/fw_voip_plug/fw_voip_plug"
LOG_LEVEL={{ fw_voip_log_level }}
-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"