diff --git a/src/modules/tcpops/doc/functions.xml b/src/modules/tcpops/doc/functions.xml index 94cefaa776a..1502386598d 100644 --- a/src/modules/tcpops/doc/functions.xml +++ b/src/modules/tcpops/doc/functions.xml @@ -375,4 +375,40 @@ event_route[tcp:closed] { ]]> +
+ + <function>tcp_close_connection([conid])</function> + + + Trigger a close of the connection corresponding to current SIP + message or to connection id 'conid'. + + Meaning of the parameters is as follows: + + + conid - the value of tcp connection id. + It can be an integer number or a variable holding an interver value. + + + + Return values: + + + 1: success + + + -1 (or other negative values): failure + + + + <function>tcp_close_connection</function> usage + + +
+