Module: kamailio Branch: master Commit: 5799e2722ad1d7df24548a0e19319b56a78a126b URL: https://github.com/kamailio/kamailio/commit/5799e2722ad1d7df24548a0e19319b56...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2018-06-13T09:01:07+02:00
dispatcher: detailed the subfields of xavp_dst for xavp_dst_mode param
---
Modified: src/modules/dispatcher/doc/dispatcher_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/5799e2722ad1d7df24548a0e19319b56... Patch: https://github.com/kamailio/kamailio/commit/5799e2722ad1d7df24548a0e19319b56...
---
diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index f0636b4ab3..2706683ed5 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -328,10 +328,27 @@ modparam("dispatcher", "force_dst", 1) <title><varname>xavp_dst_mode</varname> (int)</title> <para> Control what fields are added to the XAVP specified by xavp_dst - parameter. The addeded fields are: the set id (group id), the URI - address, socket pointer, and destination unique id in case of call load - distribution algorithm. The attributes are added if xavp_dst_mode does - not have the bit 1 set. + parameter. + </para> + <para> + The addeded fields are: + <itemizedlist> + <listitem> + grp - the set id (group id). + </listitem> + <listitem> + uri - the URI address. + </listitem> + <listitem> + sock - the socket pointer. + </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. + </listitem> + </itemizedlist> </para> <para> <emphasis>