From b5ea64645cf892f3691ec949c526c61778d4a240 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Fri, 6 Nov 2020 13:29:49 +0100 Subject: [PATCH] TT#99150 set permissions_reload_delta value * we need to be fast enough Change-Id: Ie56cc1d6276bc454d3a64ff817d65d8f6cd4eb7d --- bin/config_debug.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/config_debug.pl b/bin/config_debug.pl index f77c77cc..af78e8ff 100755 --- a/bin/config_debug.pl +++ b/bin/config_debug.pl @@ -111,6 +111,7 @@ else $yaml->{kamailio}{lb}{extra_sockets}->{test} = "udp:127.2.0.1:5064"; $yaml->{kamailio}{lb}{extra_sockets}->{other} = "tcp:127.3.0.1:5074"; $yaml->{kamailio}{proxy}{children} = $children if($children > 0); + $yaml->{kamailio}{proxy}{permissions_reload_delta} = 0; $yaml->{kamailio}{proxy}{cfgt} = 'yes'; $yaml->{sems}{cfgt} = 'yes'; $yaml->{sems}{debug} = 'yes';