Browse Source

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

Kamailio Dev 5 years ago
parent
commit
121dc3acc9
1 changed files with 3 additions and 0 deletions
  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