Skip to content

Commit

Permalink
dmq: docs - reorganized the dmq request section
Browse files Browse the repository at this point in the history
(cherry picked from commit e683ee5)
  • Loading branch information
miconda committed Sep 15, 2022
1 parent 31b5389 commit 80699e4
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions src/modules/dmq/doc/dmq_admin.xml
Expand Up @@ -52,15 +52,20 @@
major version. Internal structures can be incompatible between different
major versions and can lead to crashes or unexpected behaviour.
</para>
<example>
<title>KDMQ Request Example</title>
<section>
<title>KDMQ Request</title>
<para>
This request is generated for DMQ peers availability notifications.
Other messages can be produced by various modules, with different R-URI
username and body content, such as <emphasis>htable</emphasis>,
<emphasis>dialog</emphasis> or <emphasis>usrloc</emphasis> modules.
KDMQ messages can have different format and content for R-URI username, headers
and body, being specific to each component that leverages DMQ to replicate
data, such as <emphasis>htable</emphasis>, <emphasis>dialog</emphasis>
or <emphasis>usrloc</emphasis> modules.
</para>
<programlisting format="linespecific">
<para>
Next request is generated by DMQ module for peers availability notifications.
</para>
<example>
<title>KDMQ Request Example</title>
<programlisting format="linespecific">
...

KDMQ sip:notification_peer@192.168.40.15:5090 SIP/2.0
Expand All @@ -82,6 +87,7 @@ sip:192.168.40.17:5060;status=active
</programlisting>
</example>
</section>
</section>

<section>
<title>Dependencies</title>
Expand Down

0 comments on commit 80699e4

Please sign in to comment.