From 9c78d7da369dbce0b28d5ea54a55601b790fc9ca Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Tue, 22 Sep 2015 16:25:59 +0200 Subject: [PATCH] tsilo: documented optional uri parameter for ts_append_to() --- modules/tsilo/doc/tsilo_admin.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/tsilo/doc/tsilo_admin.xml b/modules/tsilo/doc/tsilo_admin.xml index c173043bf1f..43f4bacf841 100644 --- a/modules/tsilo/doc/tsilo_admin.xml +++ b/modules/tsilo/doc/tsilo_admin.xml @@ -168,7 +168,7 @@ if (is_method("REGISTER")) {
- <function moreinfo="none">ts_append_to(tindex, tlabel, domain)</function> + <function moreinfo="none">ts_append_to(tindex, tlabel, domain, [uri])</function> The method add branches to the transaction identified by tindex and tlabel, performing a contacts lookup on the table specified by the domain parameter. @@ -182,7 +182,7 @@ if (is_method("REGISTER")) { Can be an integer or a pseudo-variable. - + tlabel - internal label of transaction. Can be an integer or a pseudo-variable. @@ -194,6 +194,12 @@ if (is_method("REGISTER")) { 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.