Browse Source

dispatcher: docs - details of returned code by ds_list_exists()

Daniel-Constantin Mierla 5 years ago
parent
commit
619b2603b4
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/modules/dispatcher/doc/dispatcher_admin.xml

+ 5 - 0
src/modules/dispatcher/doc/dispatcher_admin.xml

@@ -1529,6 +1529,11 @@ failure_route[tryagain] {
 			</para>
 			</para>
 		</listitem>
 		</listitem>
 		</itemizedlist>
 		</itemizedlist>
+		<para>
+			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).
+		</para>
 		<para>
 		<para>
 			This function can be used from ANY_ROUTE.
 			This function can be used from ANY_ROUTE.
 		</para>
 		</para>