[sr-dev] git:5.2:ae4b66c1: dispatcher: docs for flags value 16

Daniel-Constantin Mierla miconda at gmail.com
Tue Dec 4 09:11:24 CET 2018


Module: kamailio
Branch: 5.2
Commit: ae4b66c18997103419c48e0fb7b95f53dc200300
URL: https://github.com/kamailio/kamailio/commit/ae4b66c18997103419c48e0fb7b95f53dc200300

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2018-12-04T09:06:41+01:00

dispatcher: docs for flags value 16

(cherry picked from commit ba31f4ec4f98487e9f1282fe12a5819d5df0b733)

---

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

---

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

---

diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml
index 023f6a0ba2..3b40c04622 100644
--- a/src/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/src/modules/dispatcher/doc/dispatcher_admin.xml
@@ -1780,17 +1780,21 @@ onreply_route {
 			sending keepalives. It is a bitwise value that can be built using
 			the folowing flags:
 			<itemizedlist>
-				<listitem><para>1 (bit at index 0 - 1 <<0) - inactive destination<para>
+				<listitem><para>1 (bit at index 0 - 1 <<0) - inactive destination</para>
 				</listitem>
 				<listitem><para>2 (bit at index 1 - 1 <<1) - temporary trying
 				destination (in the way to become inactive if it does not reply to
 				keepalives - there is a module parameter to set the threshold of
-				failures)<para>
+				failures)</para>
 				</listitem>
-				<listitem><para>4 (bit at index 2 - 1 <<2) - admin disabled destination<para>
+				<listitem><para>4 (bit at index 2 - 1 <<2) - admin disabled destination</para>
 				</listitem>
 				<listitem><para>8 (bit at index 3 - 1 <<3) - probing destination (sending keep alives);</para>
 				</listitem>
+				<listitem><para>16 (bit at index 4 - 1 <<4) - skip DNS A/AAAA resolve at startup,
+				useful when the hostname of the destination address is a NAPTR or SRV record only.
+				Such addresses cannot be matched anymore with ds_is_from_list(...).</para>
+				</listitem>
 			</itemizedlist>
 			</para>
 			</listitem>




More information about the sr-dev mailing list