Module: kamailio
Branch: master
Commit: 95e0fe85ff9149c80249e848a437deb5dae2e463
URL: https://github.com/kamailio/kamailio/commit/95e0fe85ff9149c80249e848a437deb…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-09-15T10:46:17+02:00
modules: readme files regenerated - dmq ... [skip ci]
---
Modified: src/modules/dmq/README
---
Diff: https://github.com/kamailio/kamailio/commit/95e0fe85ff9149c80249e848a437deb…
Patch: https://github.com/kamailio/kamailio/commit/95e0fe85ff9149c80249e848a437deb…
---
diff --git a/src/modules/dmq/README b/src/modules/dmq/README
index 10f0f7f80a..b79a6c2759 100644
--- a/src/modules/dmq/README
+++ b/src/modules/dmq/README
@@ -28,6 +28,9 @@ Charles Chance
1. Admin Guide
1. Overview
+
+ 1.1. KDMQ Request
+
2. Dependencies
2.1. Kamailio Modules
@@ -99,6 +102,9 @@ Chapter 1. Admin Guide
Table of Contents
1. Overview
+
+ 1.1. KDMQ Request
+
2. Dependencies
2.1. Kamailio Modules
@@ -131,6 +137,8 @@ Chapter 1. Admin Guide
1. Overview
+ 1.1. KDMQ Request
+
The DMQ module implements a distributed message queue on top of
Kamailio in order to facilitate data propagation and replication
between multiple instances, referred as "nodes" (or "peers").
@@ -166,11 +174,16 @@ Chapter 1. Admin Guide
different major versions and can lead to crashes or unexpected
behaviour.
- Example 1.1. KDMQ Request Example
+1.1. KDMQ Request
+
+ 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 htable, dialog or usrloc modules.
- 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 htable, dialog or usrloc modules.
+ Next request is generated by DMQ module for peers availability
+ notifications.
+
+ Example 1.1. KDMQ Request Example
...
KDMQ sip:notification_peer@192.168.40.15:5090 SIP/2.0
Module: kamailio
Branch: 5.6
Commit: 80699e44d2e7849c25e10d125dfce3ea14bc45f8
URL: https://github.com/kamailio/kamailio/commit/80699e44d2e7849c25e10d125dfce3e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-09-15T10:35:39+02:00
dmq: docs - reorganized the dmq request section
(cherry picked from commit e683ee506d702e9edbe4ce74304170ca04c1d5ec)
---
Modified: src/modules/dmq/doc/dmq_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/80699e44d2e7849c25e10d125dfce3e…
Patch: https://github.com/kamailio/kamailio/commit/80699e44d2e7849c25e10d125dfce3e…
---
diff --git a/src/modules/dmq/doc/dmq_admin.xml b/src/modules/dmq/doc/dmq_admin.xml
index 7a2c933c62..d463fac2d9 100644
--- a/src/modules/dmq/doc/dmq_admin.xml
+++ b/src/modules/dmq/doc/dmq_admin.xml
@@ -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
@@ -82,6 +87,7 @@ sip:192.168.40.17:5060;status=active
</programlisting>
</example>
</section>
+ </section>
<section>
<title>Dependencies</title>
Module: kamailio
Branch: master
Commit: e683ee506d702e9edbe4ce74304170ca04c1d5ec
URL: https://github.com/kamailio/kamailio/commit/e683ee506d702e9edbe4ce74304170c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-09-15T10:35:17+02:00
dmq: docs - reorganized the dmq request section
---
Modified: src/modules/dmq/doc/dmq_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/e683ee506d702e9edbe4ce74304170c…
Patch: https://github.com/kamailio/kamailio/commit/e683ee506d702e9edbe4ce74304170c…
---
diff --git a/src/modules/dmq/doc/dmq_admin.xml b/src/modules/dmq/doc/dmq_admin.xml
index 7a2c933c62..d463fac2d9 100644
--- a/src/modules/dmq/doc/dmq_admin.xml
+++ b/src/modules/dmq/doc/dmq_admin.xml
@@ -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
@@ -82,6 +87,7 @@ sip:192.168.40.17:5060;status=active
</programlisting>
</example>
</section>
+ </section>
<section>
<title>Dependencies</title>
Module: kamailio
Branch: 5.6
Commit: 31b538926d89783cf0ef86bfbc588ee39342b433
URL: https://github.com/kamailio/kamailio/commit/31b538926d89783cf0ef86bfbc588ee…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-09-15T10:31:54+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/dmq/README
---
Diff: https://github.com/kamailio/kamailio/commit/31b538926d89783cf0ef86bfbc588ee…
Patch: https://github.com/kamailio/kamailio/commit/31b538926d89783cf0ef86bfbc588ee…
---
diff --git a/src/modules/dmq/README b/src/modules/dmq/README
index 1e7d6ff375..10f0f7f80a 100644
--- a/src/modules/dmq/README
+++ b/src/modules/dmq/README
@@ -161,6 +161,11 @@ Chapter 1. Admin Guide
the from local list of active nodes, no longer being considered to be
part of the KDMQ cluster.
+ IMPORTANT: DMQ must be used only between Kamailio instances having same
+ major version. Internal structures can be incompatible between
+ different major versions and can lead to crashes or unexpected
+ behaviour.
+
Example 1.1. KDMQ Request Example
This request is generated for DMQ peers availability notifications.
Module: kamailio
Branch: master
Commit: b7e6b0cc44b46a615dc23b6fae7f67e63296c913
URL: https://github.com/kamailio/kamailio/commit/b7e6b0cc44b46a615dc23b6fae7f67e…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-09-15T10:31:28+02:00
modules: readme files regenerated - dmq ... [skip ci]
---
Modified: src/modules/dmq/README
---
Diff: https://github.com/kamailio/kamailio/commit/b7e6b0cc44b46a615dc23b6fae7f67e…
Patch: https://github.com/kamailio/kamailio/commit/b7e6b0cc44b46a615dc23b6fae7f67e…
---
diff --git a/src/modules/dmq/README b/src/modules/dmq/README
index 1e7d6ff375..10f0f7f80a 100644
--- a/src/modules/dmq/README
+++ b/src/modules/dmq/README
@@ -161,6 +161,11 @@ Chapter 1. Admin Guide
the from local list of active nodes, no longer being considered to be
part of the KDMQ cluster.
+ IMPORTANT: DMQ must be used only between Kamailio instances having same
+ major version. Internal structures can be incompatible between
+ different major versions and can lead to crashes or unexpected
+ behaviour.
+
Example 1.1. KDMQ Request Example
This request is generated for DMQ peers availability notifications.
Module: kamailio
Branch: master
Commit: 1fd789246cc7c58237b9a903a198521cd5b3494d
URL: https://github.com/kamailio/kamailio/commit/1fd789246cc7c58237b9a903a198521…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-09-15T10:26:38+02:00
dmq: docs - note about using same Kamailio version
---
Modified: src/modules/dmq/doc/dmq_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/1fd789246cc7c58237b9a903a198521…
Patch: https://github.com/kamailio/kamailio/commit/1fd789246cc7c58237b9a903a198521…
---
diff --git a/src/modules/dmq/doc/dmq_admin.xml b/src/modules/dmq/doc/dmq_admin.xml
index 661fd4b8471..7a2c933c62f 100644
--- a/src/modules/dmq/doc/dmq_admin.xml
+++ b/src/modules/dmq/doc/dmq_admin.xml
@@ -47,6 +47,11 @@
Nodes that are not responding to KDMQ reguests are removed the from local
list of active nodes, no longer being considered to be part of the KDMQ cluster.
</para>
+ <para>
+ IMPORTANT: DMQ must be used only between Kamailio instances having same
+ 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>
<para>
Hello,
kamailio.org system needs a reboot and it will become unavailable for a
short time frame about 08:00UTC (20 min from now). Website, mailing
list, wiki, and a few other web services will be affected.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda