Module: kamailio
Branch: master
Commit: 44f62bd8e0a4c0ef7a9d2b87e52941b0f62d41bd
URL: https://github.com/kamailio/kamailio/commit/44f62bd8e0a4c0ef7a9d2b87e52941b…
Author: Sergey Safarov <s.safarov(a)gmail.com>
Committer: Sergey Safarov <s.safarov(a)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/44f62bd8e0a4c0ef7a9d2b87e52941b…
Patch: https://github.com/kamailio/kamailio/commit/44f62bd8e0a4c0ef7a9d2b87e52941b…
---
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>
### Description
<!--
I integrate a Kamailio and asterisk with together(Kamailio fo registrar server) as a sip trunk and I have a kazoo server that doesn't send a register message to Kamailio and I want to register this kazoo manually to my Kamailio location and asterisk sipregs with fixed values and send an incoming call to kazoo from another hosted PBXs.
-->
### Additional Information
* **Kamailio Version** - output of `kamailio -v`
```
version: kamailio 5.0.8 (x86_64/linux)
flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: unknown
compiled with gcc 6.3.0
```
* **Operating System**:
<!--
Details about the operating system, the type: Linux (e.g.,: Debian 8.4, Ubuntu 16.04, CentOS 7.1, ...), MacOS, xBSD, Solaris, ...;
Kernel details (output of `uname -a`)
-->
```
Linux trunk2-sbc 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2378