[sr-dev] git:master:4c32cfd7: tsilo: updated module's documentation

Federico Cabiddu federico.cabiddu at gmail.com
Fri Sep 18 10:57:53 CEST 2015


Module: kamailio
Branch: master
Commit: 4c32cfd717bca062d383f5bf19e899606e4a79ec
URL: https://github.com/kamailio/kamailio/commit/4c32cfd717bca062d383f5bf19e899606e4a79ec

Author: Federico Cabiddu <federico.cabiddu at gmail.com>
Committer: Federico Cabiddu <federico.cabiddu at gmail.com>
Date: 2015-09-18T10:57:05+02:00

tsilo: updated module's documentation

---

Modified: modules/tsilo/doc/tsilo_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/4c32cfd717bca062d383f5bf19e899606e4a79ec.diff
Patch: https://github.com/kamailio/kamailio/commit/4c32cfd717bca062d383f5bf19e899606e4a79ec.patch

---

diff --git a/modules/tsilo/doc/tsilo_admin.xml b/modules/tsilo/doc/tsilo_admin.xml
index 7625059..dfc5c2b 100644
--- a/modules/tsilo/doc/tsilo_admin.xml
+++ b/modules/tsilo/doc/tsilo_admin.xml
@@ -21,7 +21,9 @@
 		to them later if new contacts for the AOR are added.
 	</para>
 	<para>
-		When the <emphasis>ts_store</emphasis> function is called, the module stores the current transaction R-URI &uri;, index and label. Two functions (<emphasis>ts_append</emphasis> and <emphasis>ts_append_to</emphasis>) provide the ability to add new branches either to a specific transaction or to all of the transactions stored for a given R-URI. If USRLOC's <emphasis>use_domain</emphasis> option is true, the domain part of the R-URI is used to store the transaction, otherwise only the username part is used.
+		For each message, the modules stores <quote>Request-URI</quote>
+		(<quote>R-URI</quote>), &uri; and the internal transaction index
+		and label.
 	</para>
 	<para>
 		When a transaction is destroyed by the <emphasis>TM</emphasis> module,
@@ -229,4 +231,37 @@ if (is_method("REGISTER")) {
 			</programlisting>
 		</section>
 	</section>
+	<section>
+		<title>Statistics</title>
+		<section>
+			<title><varname>stored_ruris</varname></title>
+			<para>
+			Number of ruris currently stored in the TSILO table.
+			</para>
+		</section>
+		<section>
+			<title><varname>stored_transactions</varname></title>
+			<para>
+			Number of transactions currently stored in the TSILO table.
+			</para>
+		</section>
+		<section>
+			<title><varname>added_branches</varname></title>
+			<para>
+			Total number of added branches from the startup.
+			</para>
+		</section>
+		<section>
+			<title><varname>total_ruris</varname></title>
+			<para>
+			Total number of stored ruris from the startup.
+			</para>
+		</section>
+		<section>
+			<title><varname>total_transactions</varname></title>
+			<para>
+			Total number of stored transactions from the startup.
+			</para>
+		</section>
+	</section>
 </chapter>




More information about the sr-dev mailing list