Browse Source

Update tls-role.cfg

Added low_mem_threshold1 setting to 0.  TLS connections will not fail preemptively.
4.0
bmac901 10 years ago
parent
commit
0bc0ff332e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kamailio/tls-role.cfg

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

@ -6,3 +6,4 @@ 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)

Loading…
Cancel
Save