Module: kamailio
Branch: master
Commit: dab123bf9c19bbd67eab05cbadf9efea5682c0dc
URL:
https://github.com/kamailio/kamailio/commit/dab123bf9c19bbd67eab05cbadf9efe…
Author: Xenofon Karamanos <xk(a)gilawa.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-11-21T11:22:14+01:00
topos: Add version_table documentation
---
Modified: src/modules/topos/doc/topos_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/dab123bf9c19bbd67eab05cbadf9efe…
Patch:
https://github.com/kamailio/kamailio/commit/dab123bf9c19bbd67eab05cbadf9efe…
---
diff --git a/src/modules/topos/doc/topos_admin.xml
b/src/modules/topos/doc/topos_admin.xml
index 441c099d8ec..4ccc4b7790f 100644
--- a/src/modules/topos/doc/topos_admin.xml
+++ b/src/modules/topos/doc/topos_admin.xml
@@ -600,6 +600,23 @@ modparam("topos", "methods_noinitial",
"OPTIONS,NOTIFY")
</programlisting>
</example>
</section>
+ <section id="topos.p.version_table">
+ <title><varname>version_table</varname> (integer)</title>
+ <para>
+ If set to 0, the module will skip checking the version of the tables.
+ </para>
+ <para>
+ Default value is <quote>1 (check for table version)</quote>.
+ </para>
+ <example>
+ <title><varname>version_table</varname> parameter
usage</title>
+ <programlisting format="linespecific">
+...
+modparam("topos", "version_table", 0)
+...
+ </programlisting>
+ </example>
+ </section>
</section>
<section>