2
0
Эх сурвалжийг харах

tm: docs for t_cell_append_branches(tindex, tlabel)

Daniel-Constantin Mierla 10 сар өмнө
parent
commit
d4f3caccbc

+ 19 - 0
src/modules/tm/doc/functions.xml

@@ -1960,4 +1960,23 @@ reply_route {
 	</example>
 	</example>
 	</section>
 	</section>
 
 
+	<section id="tm.f.t_cell_append_branches">
+	<title>
+	    <function>t_cell_append_branches(tindex, tlabel)</function>
+	</title>
+	<para>
+		Append destination set branches to the transaction identified by
+		(tindex, tlabel). The parameters can also be variables.
+	</para>
+	<example>
+	    <title><function>t_cell_append_branches</function> usage</title>
+	    <programlisting>
+...
+    append_branch("sip:1.2.3.4:5060");
+    t_cell_append_branches("1234", "$var(tlabel)");
+...
+	    </programlisting>
+	</example>
+	</section>
+
   </section>
   </section>