From 01587b98c6b08cb0224ae2bc958ddc60b58d5975 Mon Sep 17 00:00:00 2001 From: lazedo Date: Wed, 27 Feb 2019 18:25:58 +0000 Subject: [PATCH] tls mod_level and low_mem --- kamailio/tls-role.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kamailio/tls-role.cfg b/kamailio/tls-role.cfg index b1ea5ba..df6507e 100644 --- a/kamailio/tls-role.cfg +++ b/kamailio/tls-role.cfg @@ -6,4 +6,8 @@ listen=TLS_ALG_SIP ####### TLS Parameters ######### loadmodule "tls.so" modparam("tls", "config", "/etc/kazoo/kamailio/tls.cfg") -modparam("tls", "low_mem_threshold1", 0) +modparam("tls", "low_mem_threshold1", 1) +modparam("tls", "low_mem_threshold2", 1) + +modparam("debugger", "mod_level", "tls=1") +