@@ -66,7 +66,7 @@ modparam("tcpops", "event_callback", "ksr_tcpops_event")
...
-- event callback function implemented in Lua
function ksr_tcpops_event(evname)
- KSR.info("===== evapi module triggered event: " .. evname .. "\n");
+ KSR.info("===== tcpops module triggered event: " .. evname .. "\n");
return 1;
end
@@ -45,7 +45,7 @@
<section id="tcpops.overview">
<title>Overview</title>
<para>
- This modules allows Kamailio to control the TCP connection options (such as the keepalive
+ This module allows Kamailio to control the TCP connection options (such as the keepalive
mechanism), on demand, and on a per-socket basis.
</para>