[sr-dev] git:master:44f62bd8: dispatcher: docbook - fixed "The content of the parent element type is element only."

Sergey Safarov s.safarov at gmail.com
Mon Jun 29 07:48:23 CEST 2020


Module: kamailio
Branch: master
Commit: 44f62bd8e0a4c0ef7a9d2b87e52941b0f62d41bd
URL: https://github.com/kamailio/kamailio/commit/44f62bd8e0a4c0ef7a9d2b87e52941b0f62d41bd

Author: Sergey Safarov <s.safarov at gmail.com>
Committer: Sergey Safarov <s.safarov at gmail.com>
Date: 2020-06-25T21:42:59+03:00

dispatcher: docbook - fixed "The content of the parent element type is element only."

---

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

---

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

---

diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml
index e42c94fa3e..41a5749387 100644
--- a/src/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/src/modules/dispatcher/doc/dispatcher_admin.xml
@@ -355,31 +355,32 @@ modparam("dispatcher", "force_dst", 1)
 		<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>
-			socket - the socket string - it is added only if xavp_dst_mode has bit 2 set
-			(value 2).
-			</listitem>
-			<listitem>
-			sockname - the sockname string - it is added only if xavp_dst_mode has bit 3 set
-			(value 3).
-			</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 (value 1).
-			</listitem>
-		</itemizedlist>
+					<listitem>
+						<para>grp - the set id (group id).</para>
+					</listitem>
+					<listitem>
+						<para>uri - the URI address.</para>
+					</listitem>
+					<listitem>
+						<para>sock - the socket pointer.</para>
+					</listitem>
+					<listitem>
+						<para>socket - the socket string - it is added only if xavp_dst_mode has
+							bit 2 set (value 2).</para>
+					</listitem>
+					<listitem>
+						<para>sockname - the sockname string - it is added only if xavp_dst_mode
+							has bit 3 set (value 3).</para>
+					</listitem>
+					<listitem>
+						<para>dstid - the destination unique id (in case of call load distribution
+							algorithm).</para>
+					</listitem>
+					<listitem>
+						<para>attrs - the attributes - they are added if xavp_dst_mode does not
+							have the bit 1 set (value 1).</para>
+					</listitem>
+				</itemizedlist>
 		</para>
 		<para>
 		<emphasis>




More information about the sr-dev mailing list