From 5318e8180745eab8d2f6f8a0c6d694447a78429d Mon Sep 17 00:00:00 2001 From: Daniel Finke Date: Thu, 25 Jun 2020 20:29:00 +0000 Subject: [PATCH] [5.0] 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 ########