[sr-dev] git:master:94358dc1: tsilo: update the readme

Daniel-Constantin Mierla miconda at gmail.com
Tue Sep 22 16:34:25 CEST 2015


Module: kamailio
Branch: master
Commit: 94358dc13371863e1546fd78662b40b24b0ba981
URL: https://github.com/kamailio/kamailio/commit/94358dc13371863e1546fd78662b40b24b0ba981

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-09-22T16:33:40+02:00

tsilo: update the readme

---

Modified: modules/tsilo/README

---

Diff:  https://github.com/kamailio/kamailio/commit/94358dc13371863e1546fd78662b40b24b0ba981.diff
Patch: https://github.com/kamailio/kamailio/commit/94358dc13371863e1546fd78662b40b24b0ba981.patch

---

diff --git a/modules/tsilo/README b/modules/tsilo/README
index e9b20ce..4af5bcc 100644
--- a/modules/tsilo/README
+++ b/modules/tsilo/README
@@ -31,7 +31,7 @@ Federico Cabiddu
 
               4.1. ts_store([uri])
               4.2. ts_append(domain, ruri)
-              4.3. ts_append_to(tindex, tlabel, domain)
+              4.3. ts_append_to(tindex, tlabel, domain, [uri])
 
         5. Exported RPC Functions
 
@@ -71,7 +71,7 @@ Chapter 1. Admin Guide
 
         4.1. ts_store([uri])
         4.2. ts_append(domain, ruri)
-        4.3. ts_append_to(tindex, tlabel, domain)
+        4.3. ts_append_to(tindex, tlabel, domain, [uri])
 
    5. Exported RPC Functions
 
@@ -143,7 +143,7 @@ modparam("tsilo", "hash_size", 1024)
 
    4.1. ts_store([uri])
    4.2. ts_append(domain, ruri)
-   4.3. ts_append_to(tindex, tlabel, domain)
+   4.3. ts_append_to(tindex, tlabel, domain, [uri])
 
 4.1. ts_store([uri])
 
@@ -186,7 +186,7 @@ if (is_method("REGISTER")) {
 }
 ...
 
-4.3. ts_append_to(tindex, tlabel, domain)
+4.3. ts_append_to(tindex, tlabel, domain, [uri])
 
    The method add branches to the transaction identified by tindex and
    tlabel, performing a contacts lookup on the table specified by the
@@ -200,6 +200,7 @@ if (is_method("REGISTER")) {
        pseudo-variable.
      * domain - Name of table that should be used for looking up new
        contacts for r-uri.
+     * uri (optiona) - uri for which to do lookup for new destinations.
 
    This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.
 




More information about the sr-dev mailing list