[sr-dev] git:master:619b2603: dispatcher: docs - details of returned code by ds_list_exists()

Daniel-Constantin Mierla miconda at gmail.com
Fri Oct 18 08:53:18 CEST 2019


Module: kamailio
Branch: master
Commit: 619b2603b486efea29fd314f360647f6d8ef3aec
URL: https://github.com/kamailio/kamailio/commit/619b2603b486efea29fd314f360647f6d8ef3aec

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2019-10-18T08:52:23+02:00

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

---

Modified: src/modules/dispatcher/doc/dispatcher_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/619b2603b486efea29fd314f360647f6d8ef3aec.diff
Patch: https://github.com/kamailio/kamailio/commit/619b2603b486efea29fd314f360647f6d8ef3aec.patch

---

diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml
index 823935b096..75d26de330 100644
--- a/src/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/src/modules/dispatcher/doc/dispatcher_admin.xml
@@ -1529,6 +1529,11 @@ failure_route[tryagain] {
 			</para>
 		</listitem>
 		</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>
 			This function can be used from ANY_ROUTE.
 		</para>




More information about the sr-dev mailing list