[sr-dev] git:master:815b235f: modules: readme files regenerated - topos ... [skip ci]

Kamailio Dev kamailio.dev at kamailio.org
Mon Mar 13 19:16:49 CET 2017


Module: kamailio
Branch: master
Commit: 815b235f61fcb2a7d33a198dce00023b35622559
URL: https://github.com/kamailio/kamailio/commit/815b235f61fcb2a7d33a198dce00023b35622559

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2017-03-13T19:16:40+01:00

modules: readme files regenerated - topos ... [skip ci]

---

Modified: src/modules/topos/README

---

Diff:  https://github.com/kamailio/kamailio/commit/815b235f61fcb2a7d33a198dce00023b35622559.diff
Patch: https://github.com/kamailio/kamailio/commit/815b235f61fcb2a7d33a198dce00023b35622559.patch

---

diff --git a/src/modules/topos/README b/src/modules/topos/README
index 3fc421c..6b831f1 100644
--- a/src/modules/topos/README
+++ b/src/modules/topos/README
@@ -28,8 +28,8 @@ Daniel-Constantin Mierla
               3.1. db_url (str)
               3.2. mask_callid (int)
               3.3. sanity_checks (int)
-              3.4. branch_expires (int)
-              3.5. branch_dialog (int)
+              3.4. branch_expire (int)
+              3.5. dialog_expire (int)
               3.6. clean_inteval (int)
 
    List of Examples
@@ -37,8 +37,8 @@ Daniel-Constantin Mierla
    1.1. Set db_url parameter
    1.2. Set mask_callid parameter
    1.3. Set sanity_checks parameter
-   1.4. Set branch_expires parameter
-   1.5. Set branch_dialog parameter
+   1.4. Set branch_expire parameter
+   1.5. Set dialog_expire parameter
    1.6. Set clean_interval parameter
 
 Chapter 1. Admin Guide
@@ -56,8 +56,8 @@ Chapter 1. Admin Guide
         3.1. db_url (str)
         3.2. mask_callid (int)
         3.3. sanity_checks (int)
-        3.4. branch_expires (int)
-        3.5. branch_dialog (int)
+        3.4. branch_expire (int)
+        3.5. dialog_expire (int)
         3.6. clean_inteval (int)
 
 1. Overview
@@ -95,8 +95,8 @@ Chapter 1. Admin Guide
    3.1. db_url (str)
    3.2. mask_callid (int)
    3.3. sanity_checks (int)
-   3.4. branch_expires (int)
-   3.5. branch_dialog (int)
+   3.4. branch_expire (int)
+   3.5. dialog_expire (int)
    3.6. clean_inteval (int)
 
 3.1. db_url (str)
@@ -139,26 +139,26 @@ modparam("topos", "mask_callid", 1)
 modparam("topoh", "sanity_checks", 1)
 ...
 
-3.4. branch_expires (int)
+3.4. branch_expire (int)
 
    Interval in seconds after which the branch records are deleted.
 
    Default value is 180 (3 min).
 
-   Example 1.4. Set branch_expires parameter
+   Example 1.4. Set branch_expire parameter
 ...
-modparam("topos", "branch_expires", 300)
+modparam("topos", "branch_expire", 300)
 ...
 
-3.5. branch_dialog (int)
+3.5. dialog_expire (int)
 
    Interval in seconds after which the dialog records are deleted.
 
    Default value is 10800 (3 hours).
 
-   Example 1.5. Set branch_dialog parameter
+   Example 1.5. Set dialog_expire parameter
 ...
-modparam("topos", "branch_dialog", 3600)
+modparam("topos", "dialog_expire", 3600)
 ...
 
 3.6. clean_inteval (int)




More information about the sr-dev mailing list