Bladeren bron

kamailio-kemi-framework: docs for KSR.kx.get_conid()

Daniel-Constantin Mierla 5 jaren geleden
bovenliggende
commit
89064f3de3

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

@@ -1265,6 +1265,12 @@ Return the body of the SIP message (the value of $rb).
 
 <a target='_blank' href='/docs/modules/devel/modules/kx.html#kx.f.get_callid'> `xval get_callid()` </a>
 
+#### KSR.kx.get_conid() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/kx.html#kx.f.get_conid'> `int get_conid()` </a>
+
+Return the connection id for TCP, TLS and WebSocket, or -1 if no stream connection corresponds to current SIP message.
+
 #### KSR.kx.get_duri() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/kx.html#kx.f.get_duri'> `xval get_duri()` </a>

+ 1 - 0
kamailio-kemi-framework/docs/modules/kx/kx.get_conid.md

@@ -0,0 +1 @@
+Return the connection id for TCP, TLS and WebSocket, or -1 if no stream connection corresponds to current SIP message.