Module: kamailio
Branch: 5.0
Commit: 4011276557e3658f84885d03cf7db0277f60e590
URL:
https://github.com/kamailio/kamailio/commit/4011276557e3658f84885d03cf7db02…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-03-13T19:05:51+01:00
topos: fix for names of parameters
(cherry picked from commit 4e9bea70b6701405925eb40c14e58b5b1383f827)
---
Modified: src/modules/topos/doc/topos_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/4011276557e3658f84885d03cf7db02…
Patch:
https://github.com/kamailio/kamailio/commit/4011276557e3658f84885d03cf7db02…
---
diff --git a/src/modules/topos/doc/topos_admin.xml
b/src/modules/topos/doc/topos_admin.xml
index a0e7af4..76ee18f 100644
--- a/src/modules/topos/doc/topos_admin.xml
+++ b/src/modules/topos/doc/topos_admin.xml
@@ -134,8 +134,8 @@ modparam("topoh", "sanity_checks", 1)
</programlisting>
</example>
</section>
- <section id="topos.p.branch_expires">
- <title><varname>branch_expires</varname> (int)</title>
+ <section id="topos.p.branch_expire">
+ <title><varname>branch_expire</varname> (int)</title>
<para>
Interval in seconds after which the branch records are deleted.
</para>
@@ -145,16 +145,16 @@ modparam("topoh", "sanity_checks", 1)
</emphasis>
</para>
<example>
- <title>Set <varname>branch_expires</varname> parameter</title>
+ <title>Set <varname>branch_expire</varname> parameter</title>
<programlisting format="linespecific">
...
-modparam("topos", "branch_expires", 300)
+modparam("topos", "branch_expire", 300)
...
</programlisting>
</example>
</section>
- <section id="topos.p.branch_dialog">
- <title><varname>branch_dialog</varname> (int)</title>
+ <section id="topos.p.dialog_expire">
+ <title><varname>dialog_expire</varname> (int)</title>
<para>
Interval in seconds after which the dialog records are deleted.
</para>
@@ -164,10 +164,10 @@ modparam("topos", "branch_expires", 300)
</emphasis>
</para>
<example>
- <title>Set <varname>branch_dialog</varname> parameter</title>
+ <title>Set <varname>dialog_expire</varname> parameter</title>
<programlisting format="linespecific">
...
-modparam("topos", "branch_dialog", 3600)
+modparam("topos", "dialog_expire", 3600)
...
</programlisting>
</example>