Module: kamailio
Branch: master
Commit: 693f11fcea45c77eeec95a748bbd4344621d72cc
URL:
https://github.com/kamailio/kamailio/commit/693f11fcea45c77eeec95a748bbd434…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2017-06-13T15:16:20+02:00
modules: readme files regenerated - keepalive ... [skip ci]
---
Modified: src/modules/keepalive/README
---
Diff:
https://github.com/kamailio/kamailio/commit/693f11fcea45c77eeec95a748bbd434…
Patch:
https://github.com/kamailio/kamailio/commit/693f11fcea45c77eeec95a748bbd434…
---
diff --git a/src/modules/keepalive/README b/src/modules/keepalive/README
index 6bfc95040e..087f6d8dd1 100644
--- a/src/modules/keepalive/README
+++ b/src/modules/keepalive/README
@@ -58,7 +58,12 @@ Chapter 1. Admin Guide
1. Overview
This module performs destinations monitoring either for itself, or on
- the behalf of other modules
+ the behalf of other modules. The monitoring is done by sending SIP
+ OPTIONS requests, more or less in the same fashion as the dispatcher
+ module (which was the initial source for this module).
+
+ As an example of usage by other modules, see drouting, which was
+ enahnced to use this module to monitor its gateways.
2. Dependencies