From a156d69ea4ff47160d49b29eae1f32339f197b40 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:19:28 +0100 Subject: STUN: fix monitoring (#2639) --- example/calls.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example') diff --git a/example/calls.conf b/example/calls.conf index 3debf3937..4e4b64c9c 100644 --- a/example/calls.conf +++ b/example/calls.conf @@ -6,6 +6,6 @@ #Generic limits --cfg=packets_limit_per_flow,255 -U 0 -T 0 #Stun ---cfg=stun,monitoring,1 --cfg=stun,max_packets_extra_dissection,255 +--cfg=stun,monitoring,1 --cfg=stun,max_packets_extra_dissection,200 #Zoom ---cfg=zoom,max_packets_extra_dissection,255 +--cfg=zoom,max_packets_extra_dissection,200 -- cgit v1.2.3