Browse Source

dispatcher: docs for xavp_dst_mode to store socket string in dst xavp

Daniel-Constantin Mierla 5 years ago
parent
commit
6389c98d29
1 changed files with 13 additions and 6 deletions
  1. 13 6
      src/modules/dispatcher/doc/dispatcher_admin.xml

+ 13 - 6
src/modules/dispatcher/doc/dispatcher_admin.xml

@@ -344,10 +344,15 @@ modparam("dispatcher", "force_dst", 1)
 			sock - the socket pointer.
 			</listitem>
 			<listitem>
+			socket - the socket string - it iadded only if xavp_dst_mode has bit 2 set
+			(value 2).
+			</listitem>
+			<listitem>
 			dstid - the destination unique id (in case of call load distribution algorithm).
 			</listitem>
 			<listitem>
-			attrs - the attributes - they are added if xavp_dst_mode does not have the bit 1 set.
+			attrs - the attributes - they are added if xavp_dst_mode does not have
+			the bit 1 set (value 1).
 			</listitem>
 		</itemizedlist>
  		</para>
@@ -358,11 +363,13 @@ modparam("dispatcher", "force_dst", 1)
  		</para>
  		<example>
  		<title>Set the <quote>xavp_dst_mode</quote> parameter</title>
- <programlisting format="linespecific">
- ...
- modparam("dispatcher", "xavp_dst_mode", 1)
- ...
- </programlisting>
+<programlisting format="linespecific">
+...
+    modparam("dispatcher", "xavp_dst_mode", 1)
+...
+    modparam("dispatcher", "xavp_dst_mode", 2)
+...
+</programlisting>
  		</example>
  	</section>
  	<section id="dispatcher.p.xavp_ctx">