Browse Source

ping all registered devices (#111)

4.1
bitbashing 9 years ago
committed by GitHub
parent
commit
3089d880d9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/registrar-role.cfg

+ 1
- 1
kamailio/registrar-role.cfg View File

@ -35,7 +35,7 @@ modparam("usrloc", "timer_procs", 1)
#!trydef NATHELPER_LOADED #!trydef NATHELPER_LOADED
loadmodule "nathelper.so" loadmodule "nathelper.so"
modparam("nathelper", "natping_interval", REGISTRAR_NAT_PING_INTERVAL) modparam("nathelper", "natping_interval", REGISTRAR_NAT_PING_INTERVAL)
modparam("nathelper", "ping_nated_only", 1)
modparam("nathelper", "ping_nated_only", 0)
modparam("nathelper", "natping_processes", REGISTRAR_NAT_PING_WORKERS) modparam("nathelper", "natping_processes", REGISTRAR_NAT_PING_WORKERS)
modparam("nathelper", "sipping_bflag", FLB_NATSIPPING) modparam("nathelper", "sipping_bflag", FLB_NATSIPPING)
#!endif #!endif


Loading…
Cancel
Save