Переглянути джерело

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

Kamailio Dev 8 роки тому
батько
коміт
815b235f61
1 змінених файлів з 14 додано та 14 видалено
  1. 14 14
      src/modules/topos/README

+ 14 - 14
src/modules/topos/README

@@ -28,8 +28,8 @@ Daniel-Constantin Mierla
               3.1. db_url (str)
               3.1. db_url (str)
               3.2. mask_callid (int)
               3.2. mask_callid (int)
               3.3. sanity_checks (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.6. clean_inteval (int)
 
 
    List of Examples
    List of Examples
@@ -37,8 +37,8 @@ Daniel-Constantin Mierla
    1.1. Set db_url parameter
    1.1. Set db_url parameter
    1.2. Set mask_callid parameter
    1.2. Set mask_callid parameter
    1.3. Set sanity_checks 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
    1.6. Set clean_interval parameter
 
 
 Chapter 1. Admin Guide
 Chapter 1. Admin Guide
@@ -56,8 +56,8 @@ Chapter 1. Admin Guide
         3.1. db_url (str)
         3.1. db_url (str)
         3.2. mask_callid (int)
         3.2. mask_callid (int)
         3.3. sanity_checks (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.6. clean_inteval (int)
 
 
 1. Overview
 1. Overview
@@ -95,8 +95,8 @@ Chapter 1. Admin Guide
    3.1. db_url (str)
    3.1. db_url (str)
    3.2. mask_callid (int)
    3.2. mask_callid (int)
    3.3. sanity_checks (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.6. clean_inteval (int)
 
 
 3.1. db_url (str)
 3.1. db_url (str)
@@ -139,26 +139,26 @@ modparam("topos", "mask_callid", 1)
 modparam("topoh", "sanity_checks", 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.
    Interval in seconds after which the branch records are deleted.
 
 
    Default value is 180 (3 min).
    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.
    Interval in seconds after which the dialog records are deleted.
 
 
    Default value is 10800 (3 hours).
    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)
 3.6. clean_inteval (int)