Переглянути джерело

sl: document event routes

Mikko Lehto 8 роки тому
батько
коміт
2a157d6f09
1 змінених файлів з 31 додано та 0 видалено
  1. 31 0
      src/modules/sl/doc/sl.xml

+ 31 - 0
src/modules/sl/doc/sl.xml

@@ -75,5 +75,36 @@
     <xi:include href="sl_params.xml"/>
     <xi:include href="sl_functions.xml"/>
     <xi:include href="sl_stats.xml"/>
+
+	<section>
+		<title>Event routes</title>
+			<section>
+					<title><function moreinfo="none">sl:filtered-ack</function></title>
+					<para>
+					Executed when ACK to locally generated reply is recognized and absorbed.
+					</para>
+					<programlisting  format="linespecific">
+...
+event_route[sl:filtered-ack] {
+    xlog("sl:filtered-ack ACK to local reply absorbed\n");
+}
+...
+					</programlisting>
+			</section>
+			<section>
+					<title><function moreinfo="none">sl:local-response</function></title>
+					<para>
+					Executed after sl module reply function has sent local reply.
+					</para>
+					<programlisting  format="linespecific">
+...
+event_route[sl:local-response] {
+    xlog("sl:local-response replied locally\n");
+}
+...
+					</programlisting>
+			</section>
+	</section>
+
     </chapter>
 </book>