Module: kamailio Branch: master Commit: 440bab64af7428891527cedfadb20a3e9df2b461 URL: https://github.com/kamailio/kamailio/commit/440bab64af7428891527cedfadb20a3e9df2b461
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2023-08-15T22:54:14+02:00 htable: docs for htable parameter of rpc htable.dmqsync --- Modified: src/modules/htable/doc/htable_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/440bab64af7428891527cedfadb20a3e9df2b461.diff Patch: https://github.com/kamailio/kamailio/commit/440bab64af7428891527cedfadb20a3e9df2b461.patch --- diff --git a/src/modules/htable/doc/htable_admin.xml b/src/modules/htable/doc/htable_admin.xml index 85b29d9b604..2e4b377999a 100644 --- a/src/modules/htable/doc/htable_admin.xml +++ b/src/modules/htable/doc/htable_admin.xml @@ -1782,7 +1782,7 @@ kamcmd htable.stats </section> <section id="htable.rpc.dmqsync"> <title> - <function moreinfo="none">htable.dmqsync</function> + <function moreinfo="none">htable.dmqsync [htable]</function> </title> <para> Perform a DMQ sync action. @@ -1790,6 +1790,12 @@ kamcmd htable.stats <para> Name: <emphasis>htable.dmqsync</emphasis> </para> + <para>Parameters:</para> + <itemizedlist> + <listitem><para>htable: name of the hash table to perform dmq sync for. + If not provided, sync is performed for all hash tables that have + dmq sync enabled.</para></listitem> + </itemizedlist> <para> Example: </para> _______________________________________________ Kamailio (SER) - Development Mailing List To unsubscribe send an email to [email protected]
