Module: kamailio Branch: master Commit: 2af33414a607d383d29e705c535610e40955d49b URL: https://github.com/kamailio/kamailio/commit/2af33414a607d383d29e705c535610e40955d49b
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2025-12-11T13:52:23+01:00 tm: docs for local_ack_branch_mode parameter --- Modified: src/modules/tm/doc/params.xml --- Diff: https://github.com/kamailio/kamailio/commit/2af33414a607d383d29e705c535610e40955d49b.diff Patch: https://github.com/kamailio/kamailio/commit/2af33414a607d383d29e705c535610e40955d49b.patch --- diff --git a/src/modules/tm/doc/params.xml b/src/modules/tm/doc/params.xml index 7daa54917f2..b8d2f70bac3 100644 --- a/src/modules/tm/doc/params.xml +++ b/src/modules/tm/doc/params.xml @@ -1204,6 +1204,25 @@ modparam("tm", "local_ack_mode", 1) </example> </section> + <section id="tm.p.local_ack_branch_mode"> + <title><varname>local_ack_branch_mode</varname> (integer)</title> + <para> + If set to 1, the branch value of the ACK for 200ok of a local INVITE + has different value than the corresponding local INVITE. + </para> + <para> + Default 0. + </para> + <example> + <title>Set <varname>local_ack_branch_mode</varname> parameter</title> + <programlisting> +... +modparam("tm", "local_ack_branch_mode", 1) +... + </programlisting> + </example> + </section> + <section id="tm.p.failure_reply_mode"> <title><varname>failure_reply_mode</varname> (integer)</title> <para> _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
