Module: kamailio
Branch: master
Commit: 6389c98d29eeb7f61547bb68ec9d59e4f47b7552
URL:
https://github.com/kamailio/kamailio/commit/6389c98d29eeb7f61547bb68ec9d59e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2019-11-15T20:58:31+01:00
dispatcher: docs for xavp_dst_mode to store socket string in dst xavp
---
Modified: src/modules/dispatcher/doc/dispatcher_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/6389c98d29eeb7f61547bb68ec9d59e…
Patch:
https://github.com/kamailio/kamailio/commit/6389c98d29eeb7f61547bb68ec9d59e…
---
diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml
b/src/modules/dispatcher/doc/dispatcher_admin.xml
index 94e7062705..79da1e8b07 100644
--- a/src/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/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">