From c088990163608e8b348d177670d5ec63ca9ef239 Mon Sep 17 00:00:00 2001 From: Daniel Finke Date: Thu, 25 Jun 2020 20:29:00 +0000 Subject: [PATCH] Don't overwrite tcp_children for local listener - Must use socket_workers instead of tcp_children for local listener so that the override of the tcp_children value only applies to the local listener --- kamailio/default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamailio/default.cfg b/kamailio/default.cfg index 53c8344..10451c6 100644 --- a/kamailio/default.cfg +++ b/kamailio/default.cfg @@ -180,7 +180,7 @@ include_file "trusted.cfg" include_file "authorization.cfg" ###### local route ###### -tcp_children = 5 +socket_workers=5 listen=tcp:127.0.0.1:5090 ####### Routing Logic ########