Ver código fonte

tsilo: documented optional uri parameter for ts_append_to()

Daniel-Constantin Mierla 10 anos atrás
pai
commit
9c78d7da36
1 arquivos alterados com 8 adições e 2 exclusões
  1. 8 2
      modules/tsilo/doc/tsilo_admin.xml

+ 8 - 2
modules/tsilo/doc/tsilo_admin.xml

@@ -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.
@@ -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.
@@ -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.