From f742ba7d20cb07f6306ebacedbb165b3fc7064ad Mon Sep 17 00:00:00 2001 From: Pierre Lebleu Date: Mon, 7 May 2018 16:17:17 +0200 Subject: [PATCH] helpers.conf: support also tcp in the CT sip helper Signed-off-by: Pierre Lebleu --- helpers.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.conf b/helpers.conf index 5591a8f..b8ae857 100644 --- a/helpers.conf +++ b/helpers.conf @@ -67,7 +67,7 @@ config helper option description 'SIP VoIP connection tracking' option module 'nf_conntrack_sip' option family 'any' - option proto 'udp' + option proto 'tcpudp' option port '5060' config helper -- 2.30.2