Browse Source

tls mod_level and low_mem

4.3
lazedo 7 years ago
committed by Luis Azedo
parent
commit
bb836ad243
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      kamailio/tls-role.cfg

+ 5
- 1
kamailio/tls-role.cfg View File

@ -6,4 +6,8 @@ listen=TLS_ALG_SIP
####### TLS Parameters ######### ####### TLS Parameters #########
loadmodule "tls.so" loadmodule "tls.so"
modparam("tls", "config", "/etc/kazoo/kamailio/tls.cfg") 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")

Loading…
Cancel
Save