瀏覽代碼

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

Kamailio Dev 5 年之前
父節點
當前提交
121dc3acc9
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/modules/dispatcher/README

+ 3 - 0
src/modules/dispatcher/README

@@ -1271,6 +1271,9 @@ failure_route[tryagain] {
    Check if a specific group is defined in dispatcher list or database.
      * groupid - A group ID to check.
 
+   It returns true (value 1) if the group exists, or otherwise false (-1
+   when the group is not found; -2 when evaluating the parameter fails).
+
    This function can be used from ANY_ROUTE.
 
    Example 1.47. ds_list_exists usage