Module: kamailio Branch: master Commit: fc6935695317855d57638ab73e64a3f2e7b54bd5 URL: https://github.com/kamailio/kamailio/commit/fc6935695317855d57638ab73e64a3f2e7b54bd5
Author: Mikko Lehto <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2025-12-18T08:58:45+01:00 tcpops: Fix documentation typo --- Modified: src/modules/tcpops/doc/functions.xml --- Diff: https://github.com/kamailio/kamailio/commit/fc6935695317855d57638ab73e64a3f2e7b54bd5.diff Patch: https://github.com/kamailio/kamailio/commit/fc6935695317855d57638ab73e64a3f2e7b54bd5.patch --- diff --git a/src/modules/tcpops/doc/functions.xml b/src/modules/tcpops/doc/functions.xml index 2ee00a58525..4232cf2e01e 100644 --- a/src/modules/tcpops/doc/functions.xml +++ b/src/modules/tcpops/doc/functions.xml @@ -335,7 +335,7 @@ event_route[tcp:closed] { <itemizedlist> <listitem> <para><emphasis>conid</emphasis> - the value of tcp connection id. - It can be an integer number or a variable holding an interver value. + It can be an integer number or a variable holding an integer value. </para> </listitem> </itemizedlist> @@ -366,8 +366,8 @@ event_route[tcp:closed] { Set or reset the internal flag for using or not the outbound tcp connection id for sending out. The outbound connection id can be set by module or by config using tcp_set_otcpid(...) function. An - example of a module setting the otcpid is register via lookup location - function, which sets the filed to the connection id used to receive + example of a module setting the otcpid is registrar via lookup location + function, which sets the field to the connection id used to receive the registration request. </para> <para>Meaning of the parameters is as follows:</para> @@ -417,7 +417,7 @@ event_route[tcp:closed] { <itemizedlist> <listitem> <para><emphasis>conid</emphasis> - the value of tcp connection id. - It can be an integer number or a variable holding an interver value. + It can be an integer number or a variable holding an integer value. </para> </listitem> </itemizedlist> _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
