Module: kamailio Branch: master Commit: 02a04a2b544d16ced3d6e59c4458605419880cfe URL: https://github.com/kamailio/kamailio/commit/02a04a2b544d16ced3d6e59c44586054...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2022-08-17T10:46:42+02:00
modules: readme files regenerated - usrloc ... [skip ci]
---
Modified: src/modules/usrloc/README
---
Diff: https://github.com/kamailio/kamailio/commit/02a04a2b544d16ced3d6e59c44586054... Patch: https://github.com/kamailio/kamailio/commit/02a04a2b544d16ced3d6e59c44586054...
---
diff --git a/src/modules/usrloc/README b/src/modules/usrloc/README index d180968e95..a15bc8c62d 100644 --- a/src/modules/usrloc/README +++ b/src/modules/usrloc/README @@ -1113,10 +1113,15 @@ modparam("usrloc", "version_table", 0) Note: the internal keepalive is for the moment implemented only for contact records stored in memory.
- Note: it is recommeder to set 'timer_procs' parameter in order to have + Note: it is recommended to set 'timer_procs' parameter in order to have dedicated timer processes for usrloc module and off-load the keepalive sending process from the core timers.
+ Note: Keepalives will be sent to the IP and port using the transport + defined in the âreceivedâ column. If not set, then keepalives will + be sent to the AOR using UDP as a default transport. If available, the + TCP connection will be re-used for WS, TCP and TLS. + Default value is “0 (keepalive disabled)”.
Example 1.50. ka_mode parameter usage