Skip to content

Commit

Permalink
dialog docs: put the cluster_auto_sync param in the proper section
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlad-patrascu committed Feb 15, 2022
1 parent e993227 commit 25ba2d5
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions modules/dialog/doc/dialog_admin.xml
Expand Up @@ -1353,6 +1353,26 @@ modparam("dialog", "replicate_profiles_timer", 100)
...
modparam("dialog", "replicate_profiles_expire", 10)
...
</programlisting>
</example>
</section>
<section id="param_cluster_auto_sync" xreflabel="cluster_auto_sync">
<title><varname>cluster_auto_sync</varname> (string)</title>
<para>
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 <emphasis>1</emphasis> means enabled and <emphasis>0</emphasis>
disabled.
</para>
<para><emphasis>
Default value is 1 (enabled).
</emphasis></para>
<example>
<title>Set <varname>cluster_auto_sync</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("dialog", "cluster_auto_sync", 0)
...
</programlisting>
</example>
</section>
Expand Down Expand Up @@ -2531,27 +2551,6 @@ event_route[E_RTPPROXY_DTMF] {
</example>
</section>

<section id="param_cluster_auto_sync" xreflabel="cluster_auto_sync">
<title><varname>cluster_auto_sync</varname> (string)</title>
<para>
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 <emphasis>1</emphasis> means enabled and <emphasis>0</emphasis>
disabled.
</para>
<para><emphasis>
Default value is 1 (enabled).
</emphasis></para>
<example>
<title>Set <varname>cluster_auto_sync</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("dialog", "cluster_auto_sync", 0)
...
</programlisting>
</example>
</section>

</section>


Expand Down

0 comments on commit 25ba2d5

Please sign in to comment.