diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-12-06 20:19:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-06 20:19:28 +0100 |
commit | a156d69ea4ff47160d49b29eae1f32339f197b40 (patch) | |
tree | a0d94e97c331272cecb6dd7ae3ce9458bab6af55 /example | |
parent | 4361327e06d87bdcd7d92f116d883c69a54fd708 (diff) |
STUN: fix monitoring (#2639)
Diffstat (limited to 'example')
-rw-r--r-- | example/calls.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |