Browse Source

initialize debug settings with macro

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

+ 5
- 2
kamailio/registrar-role.cfg View File

@ -16,6 +16,9 @@
#!trydef REGISTRAR_HANDLE_EXPIRED_TLS 1
#!trydef REGISTRAR_HANDLE_EXPIRED_WS 1
#!trydef REGISTRAR_FORCE_QUERY 0
#!trydef REGISTRAR_FORCE_FAILOVER 0
######## Generic Hash Table container in shared memory ########
modparam("htable", "htable", "auth_cache=>size=16;autoexpire=7200;")
@ -79,8 +82,8 @@ kazoo.registrar_handle_expired_ws = REGISTRAR_HANDLE_EXPIRED_WS descr "handles e
kazoo.registrar_query_timeout_ms = REGISTRAR_QUERY_TIMEOUT_MS descr "timeout waiting for reply from registrar"
kazoo.registrar_failover = 0 descr "force failover if 1"
kazoo.registrar_force_query = 0 descr "force query if 1"
kazoo.registrar_failover = REGISTRAR_FORCE_FAILOVER descr "force failover if 1"
kazoo.registrar_force_query = REGISTRAR_FORCE_QUERY descr "force query if 1"
####### Registrar Logic ########
route[HANDLE_REGISTER]


Loading…
Cancel
Save