Module: kamailio
Branch: master
Commit: 0038fa4de8a6399652d5b6efff3190dcb43fa577
URL:
https://github.com/kamailio/kamailio/commit/0038fa4de8a6399652d5b6efff3190d…
Author: Federico Cabiddu <federico.cabiddu(a)gmail.com>
Committer: Federico Cabiddu <federico.cabiddu(a)gmail.com>
Date: 2015-09-18T10:57:19+02:00
tsilo: regenerated README
---
Modified: modules/tsilo/README
---
Diff:
https://github.com/kamailio/kamailio/commit/0038fa4de8a6399652d5b6efff3190d…
Patch:
https://github.com/kamailio/kamailio/commit/0038fa4de8a6399652d5b6efff3190d…
---
diff --git a/modules/tsilo/README b/modules/tsilo/README
index 5baafd8..40d09dd 100644
--- a/modules/tsilo/README
+++ b/modules/tsilo/README
@@ -38,6 +38,14 @@ Federico Cabiddu
5.1. ts.dump
5.2. ts.lookup
+ 6. Statistics
+
+ 6.1. stored_ruris
+ 6.2. stored_transactions
+ 6.3. added_branches
+ 6.4. total_ruris
+ 6.5. total_transactions
+
List of Examples
1.1. Set hash_size parameter
@@ -70,6 +78,14 @@ Chapter 1. Admin Guide
5.1. ts.dump
5.2. ts.lookup
+ 6. Statistics
+
+ 6.1. stored_ruris
+ 6.2. stored_transactions
+ 6.3. added_branches
+ 6.4. total_ruris
+ 6.5. total_transactions
+
1. Overview
This module provides transaction storage for the Kamailio SIP Server
@@ -77,13 +93,8 @@ Chapter 1. Admin Guide
(R-URI) and add branches to them later if new contacts for the AOR are
added.
- When the ts_store function is called, the module stores the current
- transaction R-URI URI, index and label. Two functions (ts_append and
- ts_append_to) 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 use_domain 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 “Request-URI” (“R-URI”), URI and
+ the internal transaction index and label.
When a transaction is destroyed by the TM module, it is removed from
the module's table too.
@@ -220,3 +231,31 @@ if (is_method("REGISTER")) {
RPC Command Format:
kamcmd ts.lookup sip:abcd@example.com
+
+6. Statistics
+
+ 6.1. stored_ruris
+ 6.2. stored_transactions
+ 6.3. added_branches
+ 6.4. total_ruris
+ 6.5. total_transactions
+
+6.1. stored_ruris
+
+ Number of ruris currently stored in the TSILO table.
+
+6.2. stored_transactions
+
+ Number of transactions currently stored in the TSILO table.
+
+6.3. added_branches
+
+ Total number of added branches from the startup.
+
+6.4. total_ruris
+
+ Total number of stored ruris from the startup.
+
+6.5. total_transactions
+
+ Total number of stored transactions from the startup.