瀏覽代碼

modules: readme files regenerated - pipelimit ... [skip ci]

Kamailio Dev 8 年之前
父節點
當前提交
69dfb0faac
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/modules/pipelimit/README

+ 3 - 2
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
 ...