Browse Source

tls mod_level and low_mem

update-rsyslog-config
lazedo 7 years ago
parent
commit
01587b98c6
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 #########
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")

Loading…
Cancel
Save