Browse Source

kamailio-kemi-framework: regenerated modules docs file

Daniel-Constantin Mierla 4 years ago
parent
commit
d1097e7237
1 changed files with 10 additions and 0 deletions
  1. 10 0
      kamailio-kemi-framework/docs/modules.md

+ 10 - 0
kamailio-kemi-framework/docs/modules.md

@@ -3619,6 +3619,16 @@ Please review the documentation for [set_rtpengine_set()](#ksrrtpengineset_rtpen
 
 <a target='_blank' href='/docs/modules/devel/modules/tls.html#tls.f.cget'> `xval cget(str "aname")` </a>
 
+Return values corresponding the pseudo-variables exported by TLS module, related
+to TLS connection and certificates. The parameter has to be the name of the
+pseudo-variable (without `$`).
+
+Example:
+
+```
+local vPeerSubjectCn = KSR.tls.cget("tls_peer_subject_cn");
+```
+
 #### KSR.tls.is_peer_verified() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/tls.html#tls.f.is_peer_verified'> `int is_peer_verified()` </a>