Hi,
The "--cfg-print" CLI option is not documented in Kamailio 5.6 Cookbook.
I'm sorry but I don't know how to add it by myself...
Leonid
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3239
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3239(a)github.com>
Module: kamailio
Branch: 5.6
Commit: 2b1a5ffb75566fb9411b23be23b263986b3eafaa
URL: https://github.com/kamailio/kamailio/commit/2b1a5ffb75566fb9411b23be23b2639…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-09-15T10:28:03+02:00
dmq: docs - note about using same Kamailio version
(cherry picked from commit 1fd789246cc7c58237b9a903a198521cd5b3494d)
---
Modified: src/modules/dmq/doc/dmq_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/2b1a5ffb75566fb9411b23be23b2639…
Patch: https://github.com/kamailio/kamailio/commit/2b1a5ffb75566fb9411b23be23b2639…
---
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>
Module: kamailio
Branch: 5.6
Commit: 961b62fc1ced8e7015052c97bf288a560d50e7f7
URL: https://github.com/kamailio/kamailio/commit/961b62fc1ced8e7015052c97bf288a5…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-09-15T10:46:34+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/dmq/README
---
Diff: https://github.com/kamailio/kamailio/commit/961b62fc1ced8e7015052c97bf288a5…
Patch: https://github.com/kamailio/kamailio/commit/961b62fc1ced8e7015052c97bf288a5…
---
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: 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>