فهرست منبع

keepalove: added notes in docs about how monitoring is done

- closes GH #1082
Daniel-Constantin Mierla 8 سال پیش
والد
کامیت
b22a5061e0
1فایلهای تغییر یافته به همراه11 افزوده شده و 3 حذف شده
  1. 11 3
      src/modules/keepalive/doc/keepalive_admin.xml

+ 11 - 3
src/modules/keepalive/doc/keepalive_admin.xml

@@ -10,13 +10,21 @@
 <!-- Module User's Guide -->
 <!-- Module User's Guide -->
 
 
 <chapter>
 <chapter>
-	
+
 	<title>&adminguide;</title>
 	<title>&adminguide;</title>
-	
+
 	<section>
 	<section>
 		<title>Overview</title>
 		<title>Overview</title>
 		<para>
 		<para>
-		This module performs destinations monitoring either for itself, or on the behalf of other modules
+			This module performs destinations monitoring either for itself,
+			or on 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).
+		</para>
+		<para>
+			As an example of usage by other modules, see
+			<emphasis>drouting</emphasis>, which was
+			enahnced to use this module to monitor its gateways.
 		</para>
 		</para>
 	</section>
 	</section>