소스 검색

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