Skip to content

Commit

Permalink
tsilo: documented optional uri parameter for ts_append_to()
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Sep 22, 2015
1 parent ffbef41 commit 9c78d7d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions modules/tsilo/doc/tsilo_admin.xml
Expand Up @@ -168,7 +168,7 @@ if (is_method("REGISTER")) {
</example>
</section>
<section>
<title><function moreinfo="none">ts_append_to(tindex, tlabel, domain)</function></title>
<title><function moreinfo="none">ts_append_to(tindex, tlabel, domain, [uri])</function></title>
<para>
The method add branches to the transaction identified by tindex and tlabel,
performing a contacts lookup on the table specified by the domain parameter.
Expand All @@ -182,7 +182,7 @@ if (is_method("REGISTER")) {
Can be an integer or a pseudo-variable.
</para>
</listitem>
<listitem>
<listitem>
<para>
<emphasis>tlabel</emphasis> - internal label of transaction.
Can be an integer or a pseudo-variable.
Expand All @@ -194,6 +194,12 @@ if (is_method("REGISTER")) {
up new contacts for r-uri.
</para>
</listitem>
<listitem>
<para>
<emphasis>uri</emphasis> (optiona) - uri for which to do lookup for new
destinations.
</para>
</listitem>
</itemizedlist>
<para>
This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.
Expand Down

0 comments on commit 9c78d7d

Please sign in to comment.