Module: kamailio Branch: master Commit: b505a4df46c241f8676f663ddcdddba935c0b3e4 URL: https://github.com/kamailio/kamailio/commit/b505a4df46c241f8676f663ddcdddba9...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2020-03-29T17:31:14+02:00
modules: readme files regenerated - usrloc ... [skip ci]
---
Modified: src/modules/usrloc/README
---
Diff: https://github.com/kamailio/kamailio/commit/b505a4df46c241f8676f663ddcdddba9... Patch: https://github.com/kamailio/kamailio/commit/b505a4df46c241f8676f663ddcdddba9...
---
diff --git a/src/modules/usrloc/README b/src/modules/usrloc/README index 5ec1281c47..ac3a6b7bb6 100644 --- a/src/modules/usrloc/README +++ b/src/modules/usrloc/README @@ -1166,9 +1166,9 @@ modparam("usrloc", "ka_filter", 1) 3.55. ka_loglevel (int)
The level to print the log message when the keepalive response is - received. It should be a value between LOG_ALERT + received. It should be a value between -5 (L_ALERT) and 3 (L_DBG).
- Default value is “kamailio.org”. + Default value is “255” (disabled).
Example 1.55. ka_loglevel parameter usage ... @@ -1185,11 +1185,11 @@ modparam("usrloc", "ka_loglevel", 1) The value of this parameter can contain script variables that are evaluated with the SIP response.
- Default value is “ to-uri: [$tu] src-uri: [$su]”. + Default value is “ to-uri: [$tu] remote-addr: [$sas]”.
Example 1.56. ka_logmsg parameter usage ... -modparam("usrloc", "ka_logmsg", " to-uri: [$tu] src-uri: [$su]") +modparam("usrloc", "ka_logmsg", " to-uri: [$tu] remote-addr: [$sas]") ...
4. RPC Commands