Module: kamailio Branch: master Commit: 91c1b9a0e68c8a76a84fc7696b755cc1c8205aa5 URL: https://github.com/kamailio/kamailio/commit/91c1b9a0e68c8a76a84fc7696b755cc1...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2020-03-28T10:31:12+01:00
modules: readme files regenerated - usrloc ... [skip ci]
---
Modified: src/modules/usrloc/README
---
Diff: https://github.com/kamailio/kamailio/commit/91c1b9a0e68c8a76a84fc7696b755cc1... Patch: https://github.com/kamailio/kamailio/commit/91c1b9a0e68c8a76a84fc7696b755cc1...
---
diff --git a/src/modules/usrloc/README b/src/modules/usrloc/README index 5f3592be47..5ec1281c47 100644 --- a/src/modules/usrloc/README +++ b/src/modules/usrloc/README @@ -94,6 +94,8 @@ Carsten Bock 3.52. ka_from (str) 3.53. ka_domain (str) 3.54. ka_filter (int) + 3.55. ka_loglevel (int) + 3.56. ka_logmsg (str)
4. RPC Commands
@@ -195,6 +197,8 @@ Carsten Bock 1.52. ka_from parameter usage 1.53. ka_domain parameter usage 1.54. ka_filter parameter usage + 1.55. ka_loglevel parameter usage + 1.56. ka_logmsg parameter usage
Chapter 1. Admin Guide
@@ -265,6 +269,8 @@ Chapter 1. Admin Guide 3.52. ka_from (str) 3.53. ka_domain (str) 3.54. ka_filter (int) + 3.55. ka_loglevel (int) + 3.56. ka_logmsg (str)
4. RPC Commands
@@ -398,6 +404,8 @@ Chapter 1. Admin Guide 3.52. ka_from (str) 3.53. ka_domain (str) 3.54. ka_filter (int) + 3.55. ka_loglevel (int) + 3.56. ka_logmsg (str)
3.1. nat_bflag (int)
@@ -1155,6 +1163,35 @@ modparam("usrloc", "ka_domain", "mydomain.com") 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 + + Default value is “kamailio.org”. + + Example 1.55. ka_loglevel parameter usage +... +modparam("usrloc", "ka_loglevel", 1) +... + +3.56. ka_logmsg (str) + + The formatted log specification to be added to the message printed when + the keepalive is received and roundtrip time is computed. The log + message starts with "keepalive roundtrip: %u.%06u sec - ruid [%.*s]", + then concatenates the value of this parameter and the end of line. + + 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]”. + + Example 1.56. ka_logmsg parameter usage +... +modparam("usrloc", "ka_logmsg", " to-uri: [$tu] src-uri: [$su]") +... + 4. RPC Commands
4.1. ul.dump