Skip to content

Commit

Permalink
dialog: document dlg_cluster_sync MI command
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlad-patrascu committed Jul 31, 2018
1 parent d00f846 commit 6fcda64
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions modules/dialog/doc/dialog_admin.xml
Expand Up @@ -2548,6 +2548,31 @@ set_dlg_sharing_tag("vip1");
</programlisting>
</section>

<section id="mi_dlg_cluster_sync" xreflabel="dlg_cluster_sync">
<title><function moreinfo="none">dlg_cluster_sync</function></title>
<para>
This command will only take effect if dialog replication is enabled.
</para>
<para>
The current node will locate a suitable donor node within the
<xref linkend="param_dialog_replication_cluster"/> and issue a sync
request to it. The donor node will then push all the dialog information
to the current node, via the the binary interface. For dialogs that
already exist in memory, the information will be not be treated as an update
but discarded instead.
</para>
<para>
Name: <emphasis>dlg_cluster_sync</emphasis>
</para>
<para>It takes no parameters</para>
<para>
MI FIFO Command Format:
</para>
<programlisting format="linespecific">
opensipsctl fifo dlg_cluster_sync
</programlisting>
</section>

<section id="mi_dlg_restore_db" xreflabel="dlg_restore_db">
<title><function moreinfo="none">dlg_restore_db</function></title>
<para>
Expand Down

0 comments on commit 6fcda64

Please sign in to comment.