Module: kamailio Branch: master Commit: 69dfb0faac87307ab2bb746b4e10d25a0279de70 URL: https://github.com/kamailio/kamailio/commit/69dfb0faac87307ab2bb746b4e10d25a...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2017-05-31T09:46:18+02:00
modules: readme files regenerated - pipelimit ... [skip ci]
---
Modified: src/modules/pipelimit/README
---
Diff: https://github.com/kamailio/kamailio/commit/69dfb0faac87307ab2bb746b4e10d25a... Patch: https://github.com/kamailio/kamailio/commit/69dfb0faac87307ab2bb746b4e10d25a...
---
diff --git a/src/modules/pipelimit/README b/src/modules/pipelimit/README index 980ad07c86..2dda0031a7 100644 --- a/src/modules/pipelimit/README +++ b/src/modules/pipelimit/README @@ -351,7 +351,7 @@ kamcmd cfg.set_now_string pipelimit reply_reason "Limiting" ratelimit module for details on each algorithm. * limit - the integer or pseudovariable with the limit value.
- This function can be used from REQUEST_ROUTE. + This function can be used from ANY_ROUTE.
Example 1.12. pl_check usage ... @@ -419,7 +419,8 @@ with unexpected retcode=$var(check_result)\n"); * min - the minimum value of "Retry-After" header. * max - the maximum value of "Retry-After" header.
- This function can be used from REQUEST_ROUTE. + This function can be used from + REQUEST_ROUTE|BRANCH_ROUTE|FAILURE_ROUTE|ONSEND_ROUTE.
Example 1.13. pl_drop usage ...