From 25ba2d55b3bb70ede77b242cfd9f1e7ff75b2be1 Mon Sep 17 00:00:00 2001 From: Vlad Patrascu Date: Tue, 15 Feb 2022 19:48:54 +0200 Subject: [PATCH] dialog docs: put the cluster_auto_sync param in the proper section --- modules/dialog/doc/dialog_admin.xml | 41 ++++++++++++++--------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/modules/dialog/doc/dialog_admin.xml b/modules/dialog/doc/dialog_admin.xml index dd05f5b6c93..990ec6274ba 100644 --- a/modules/dialog/doc/dialog_admin.xml +++ b/modules/dialog/doc/dialog_admin.xml @@ -1353,6 +1353,26 @@ modparam("dialog", "replicate_profiles_timer", 100) ... modparam("dialog", "replicate_profiles_expire", 10) ... + + + +
+ <varname>cluster_auto_sync</varname> (string) + + Specifies whether to automatically issue a sync request (for dialogs + marked with a sharing tag in backup state) when a node becomes reachable. + A value of 1 means enabled and 0 + disabled. + + + Default value is 1 (enabled). + + + Set <varname>cluster_auto_sync</varname> parameter + +... +modparam("dialog", "cluster_auto_sync", 0) +...
@@ -2531,27 +2551,6 @@ event_route[E_RTPPROXY_DTMF] { -
- <varname>cluster_auto_sync</varname> (string) - - Specifies whether to automatically issue a sync request (for dialogs - marked with a sharing tag in backup state) when a node becomes reachable. - A value of 1 means enabled and 0 - disabled. - - - Default value is 1 (enabled). - - - Set <varname>cluster_auto_sync</varname> parameter - -... -modparam("dialog", "cluster_auto_sync", 0) -... - - -
-