Browse Source

tsilo: docs for ts_append_branches(uri)

Daniel-Constantin Mierla 10 months ago
parent
commit
306d143990
1 changed files with 18 additions and 0 deletions
  1. 18 0
      src/modules/tsilo/doc/tsilo_admin.xml

+ 18 - 0
src/modules/tsilo/doc/tsilo_admin.xml

@@ -313,6 +313,24 @@ if (is_method("REGISTER")) {
 	ts_append_to("$var(tindex)", "$var(tlabel)", "location");
 }
 ...
+</programlisting>
+		</example>
+	</section>
+	<section id="tsilo.f.ts_append_branches">
+		<title><function moreinfo="none">ts_append_branches(uri)</function></title>
+		<para>
+		Append the current internal branches to the transaction stored for the
+		uri.
+		</para>
+		<para>
+		This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.
+		</para>
+		<example>
+		<title><function>ts_append_branches</function> usage</title>
+		<programlisting format="linespecific">
+...
+    ts_append_branches("sip:alice@$td");
+...
 </programlisting>
 		</example>
 	</section>