Module: kamailio
Branch: master
Commit: 84dbcdb812fce70d6d470050793125698c06d0fd
URL: 
https://github.com/kamailio/kamailio/commit/84dbcdb812fce70d6d470050793125698c06d0fd

Author: Kamailio Dev <kamailio....@kamailio.org>
Committer: Kamailio Dev <kamailio....@kamailio.org>
Date: 2023-05-09T20:31:14+02:00

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

---

Modified: src/modules/registrar/README
Modified: src/modules/tls/README

---

Diff:  
https://github.com/kamailio/kamailio/commit/84dbcdb812fce70d6d470050793125698c06d0fd.diff
Patch: 
https://github.com/kamailio/kamailio/commit/84dbcdb812fce70d6d470050793125698c06d0fd.patch

---

diff --git a/src/modules/registrar/README b/src/modules/registrar/README
index 360577c8d1..92c06d8714 100644
--- a/src/modules/registrar/README
+++ b/src/modules/registrar/README
@@ -745,6 +745,10 @@ modparam("registrar", "reg_callid_avp", "$avp(s:avp)")
      * socket - the string representing the socket on which the register
        request was received, as alternative to using the sock_hdr. Used in
        save().
+     * tcpconn_id This can be set with $conid, the TCP connection ID of
+       the connection the current message. This is useful when calling
+       save() on a reply route to set the connecion of the original
+       request. Used in save().
 
    For example. if this parameter is set to 'reg', then the number of
    maximum contacts can be set in $xavp(reg=>max_contacts).
diff --git a/src/modules/tls/README b/src/modules/tls/README
index ed3c290803..7198c45529 100644
--- a/src/modules/tls/README
+++ b/src/modules/tls/README
@@ -81,7 +81,8 @@ Olle E. Johansson
               12.1. tls.info
               12.2. tls.list
               12.3. tls.options
-              12.4. tls.reload
+              12.4. tls.kill
+              12.5. tls.reload
 
         13. Status
 
@@ -213,7 +214,8 @@ Chapter 1. Admin Guide
         12.1. tls.info
         12.2. tls.list
         12.3. tls.options
-        12.4. tls.reload
+        12.4. tls.kill
+        12.5. tls.reload
 
    13. Status
 
@@ -1641,7 +1643,8 @@ verify_client = optional_no_ca
    12.1. tls.info
    12.2. tls.list
    12.3. tls.options
-   12.4. tls.reload
+   12.4. tls.kill
+   12.5. tls.reload
 
 12.1. tls.info
 
@@ -1665,7 +1668,14 @@ verify_client = optional_no_ca
    Parameters:
      * None.
 
-12.4. tls.reload
+12.4. tls.kill
+
+   Kill a TLS session by id.
+
+   Parameters:
+     * None.
+
+12.5. tls.reload
 
    Reload the external TLS configuration file (aka tls.cfg). It does not
    reload modparam() parameters. Note that existing active TLS connections

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to