From 0bc0ff332e4ed0e2bd6d05e372ef2ad381ec9558 Mon Sep 17 00:00:00 2001 From: bmac901 Date: Tue, 22 Dec 2015 21:03:36 -0600 Subject: [PATCH] Update tls-role.cfg Added low_mem_threshold1 setting to 0. TLS connections will not fail preemptively. --- kamailio/tls-role.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/kamailio/tls-role.cfg b/kamailio/tls-role.cfg index c36b577..b1ea5ba 100644 --- a/kamailio/tls-role.cfg +++ b/kamailio/tls-role.cfg @@ -6,3 +6,4 @@ listen=TLS_ALG_SIP ####### TLS Parameters ######### loadmodule "tls.so" modparam("tls", "config", "/etc/kazoo/kamailio/tls.cfg") +modparam("tls", "low_mem_threshold1", 0)