@vlitvinov commented on this pull request.


In src/modules/rtpengine/doc/rtpengine_admin.xml:

> @@ -2419,6 +2419,31 @@ modparam("rtpengine", "ping_mode", 0)
 	<programlisting format="linespecific">
 ...
 modparam("rtpengine", "ping_interval", 10)
+...
+	</programlisting>
+	</example>
+</section>
+
+<section id="rtpengine.p.enable_dmq">
+	<title><varname>enable_dmq</varname> (integer)</title>
+	<para>
+		If set to 1, will enable DMQ replication of hashtable of (callid, node) pairs.
+	</para>
+	<para>
+	<emphasis>
+		Important: If this parameter is enabled, the DMQ module must be loaded first - otherwise, startup will fail.

This line was taken from other modules' docs such as htable or presence.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/4240/review/2894372209@github.com>