Module: kamailio Branch: master Commit: 2c9a135d4272ace414b7b4dd148cdf955f79b614 URL: https://github.com/kamailio/kamailio/commit/2c9a135d4272ace414b7b4dd148cdf95...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-08-17T18:40:44+02:00
htable: docs for htable.dmqresync
---
Modified: src/modules/htable/doc/htable_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/2c9a135d4272ace414b7b4dd148cdf95... Patch: https://github.com/kamailio/kamailio/commit/2c9a135d4272ace414b7b4dd148cdf95...
---
diff --git a/src/modules/htable/doc/htable_admin.xml b/src/modules/htable/doc/htable_admin.xml index 2e4b377999a..0dd01bea5a0 100644 --- a/src/modules/htable/doc/htable_admin.xml +++ b/src/modules/htable/doc/htable_admin.xml @@ -1802,10 +1802,34 @@ kamcmd htable.stats <programlisting format="linespecific"> ... kamcmd htable.dmqsync +kamcmd htable.dmqsync ipban +... +</programlisting> + </section> + <section id="htable.rpc.dmqresync"> + <title> + <function moreinfo="none">htable.dmqresync htable</function> + </title> + <para> + Perform a resync action (flush and dmq sync). + </para> + <para> + Name: <emphasis>htable.dmqresync</emphasis> + </para> + <para>Parameters:</para> + <itemizedlist> + <listitem><para>htable: name of the hash table to perform resync for. + </para></listitem> + </itemizedlist> + <para> + Example: + </para> +<programlisting format="linespecific"> +... +kamcmd htable.dmqresync ipban ... </programlisting> </section> - </section><!-- RPC commands -->
<section>