Module: kamailio Branch: master Commit: 8cb9d1806aac91606243cd0bc096dfe819b56e1a URL: https://github.com/kamailio/kamailio/commit/8cb9d1806aac91606243cd0bc096dfe819b56e1a
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2026-03-09T19:03:48+01:00 htable: fix doc xml after 94848d2361bc3c96b62ef29e8d03f677c3ec88a7 --- Modified: src/modules/htable/doc/htable_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/8cb9d1806aac91606243cd0bc096dfe819b56e1a.diff Patch: https://github.com/kamailio/kamailio/commit/8cb9d1806aac91606243cd0bc096dfe819b56e1a.patch --- diff --git a/src/modules/htable/doc/htable_admin.xml b/src/modules/htable/doc/htable_admin.xml index 4c3ff0ad6dc..31d48d5764f 100644 --- a/src/modules/htable/doc/htable_admin.xml +++ b/src/modules/htable/doc/htable_admin.xml @@ -365,7 +365,7 @@ $ kamctl rpc htable.dump htable <para> <emphasis>reloadat</emphasis> - time in seconds to reload a hash table. For each new seconds interval, the hash table will be reloaded. You can catch - the reload on the event_route: htable:reloaded:<htable>. + the reload on the event_route: htable:reloaded:<htable>. </para> </listitem> <listitem> @@ -2065,7 +2065,6 @@ event_route[htable:expired:mytable] { </programlisting> </section> - </section> <section> <title> <function moreinfo="none">htable:reloaded:<table></function> _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
