Module: kamailio Branch: master Commit: 957e8a04f798b9c30964005bdaedd895bd62f46f URL: https://github.com/kamailio/kamailio/commit/957e8a04f798b9c30964005bdaedd895bd62f46f
Author: Mikko Lehto <[email protected]> Committer: Mikko Lehto <[email protected]> Date: 2016-01-27T19:31:46+02:00 modules/tcpops: fix documentation typo --- Modified: modules/tcpops/doc/functions.xml --- Diff: https://github.com/kamailio/kamailio/commit/957e8a04f798b9c30964005bdaedd895bd62f46f.diff Patch: https://github.com/kamailio/kamailio/commit/957e8a04f798b9c30964005bdaedd895bd62f46f.patch --- diff --git a/modules/tcpops/doc/functions.xml b/modules/tcpops/doc/functions.xml index b7b9842..937018a 100644 --- a/modules/tcpops/doc/functions.xml +++ b/modules/tcpops/doc/functions.xml @@ -18,7 +18,7 @@ <para>Meaning of the parameters is as follows:</para> <itemizedlist> <listitem> - <para><emphasis>conid</emphasis> (optionnal): the Kamailio internal + <para><emphasis>conid</emphasis> (optional): the Kamailio internal connection id (as in the <emphasis>$conid</emphasis> pseudovariable). </para> </listitem> @@ -48,7 +48,7 @@ <para>Meaning of the parameters is as follows:</para> <itemizedlist> <listitem> - <para><emphasis>conid</emphasis> (optionnal): the Kamailio internal + <para><emphasis>conid</emphasis> (optional): the Kamailio internal connection id (as in the <emphasis>$conid</emphasis> pseudovariable). </para> </listitem> @@ -83,7 +83,7 @@ <para>Meaning of the parameters is as follows:</para> <itemizedlist> <listitem> - <para><emphasis>conid</emphasis> (optionnal): the kamailio internal + <para><emphasis>conid</emphasis> (optional): the kamailio internal connection id on which TCP keepalive will be enabled. If no parameter is given, the keepalive mechanism will be enabled on the current message source connection. @@ -140,7 +140,7 @@ onreply_route[foo] { <para>Meaning of the parameters is as follows:</para> <itemizedlist> <listitem> - <para><emphasis>conid</emphasis> (optionnal): the kamailio internal + <para><emphasis>conid</emphasis> (optional): the kamailio internal connection id on which TCP keepalive will be disabled. If no parameter is given, the keepalive mechanism will be disabled on the current message source connection. @@ -181,7 +181,7 @@ onreply_route[foo] { <para>Meaning of the parameters is as follows:</para> <itemizedlist> <listitem> - <para><emphasis>conid</emphasis> (optionnal): the kamailio internal + <para><emphasis>conid</emphasis> (optional): the kamailio internal connection id on which to set the new lifetime. If no parameter is given, it will be set on the current message source connection. </para> _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
