Module: kamailio Branch: master Commit: d4f3caccbc2bd90d34fe083b208c25582aa5c3d3 URL: https://github.com/kamailio/kamailio/commit/d4f3caccbc2bd90d34fe083b208c2558...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2024-11-02T23:20:03+01:00
tm: docs for t_cell_append_branches(tindex, tlabel)
---
Modified: src/modules/tm/doc/functions.xml
---
Diff: https://github.com/kamailio/kamailio/commit/d4f3caccbc2bd90d34fe083b208c2558... Patch: https://github.com/kamailio/kamailio/commit/d4f3caccbc2bd90d34fe083b208c2558...
---
diff --git a/src/modules/tm/doc/functions.xml b/src/modules/tm/doc/functions.xml index 741505ec2d2..4cd7f36ba2d 100644 --- a/src/modules/tm/doc/functions.xml +++ b/src/modules/tm/doc/functions.xml @@ -1960,4 +1960,23 @@ reply_route { </example> </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>