Module: kamailio Branch: master Commit: 1b09819574012ac910a801135bbee52352e6c4d7 URL: https://github.com/kamailio/kamailio/commit/1b09819574012ac910a801135bbee52352e6c4d7
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-08T12:09:11+01:00 rr: docs for loose_route_mode parameter --- Modified: src/modules/rr/doc/rr_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/1b09819574012ac910a801135bbee52352e6c4d7.diff Patch: https://github.com/kamailio/kamailio/commit/1b09819574012ac910a801135bbee52352e6c4d7.patch --- diff --git a/src/modules/rr/doc/rr_admin.xml b/src/modules/rr/doc/rr_admin.xml index 4a2921fce32..652d1484264 100644 --- a/src/modules/rr/doc/rr_admin.xml +++ b/src/modules/rr/doc/rr_admin.xml @@ -331,6 +331,27 @@ modparam("rr", "ignore_sips", 1) ... modparam("rr", "sockname_mode", 1) ... +</programlisting> + </example> + </section> + <section id="rr.p.loose_route_mode"> + <title><varname>loose_route_mode</varname> (int)</title> + <para> + Controls the behaviour of loose_route() in the same manner as the value + of the parameter for for function loose_route_mode(val), in a global + manner. + </para> + <para> + <emphasis> + Default value is 0. + </emphasis> + </para> + <example> + <title>Set <varname>loose_route_mode</varname> parameter</title> + <programlisting format="linespecific"> +... +modparam("rr", "loose_route_mode", 1) +... </programlisting> </example> </section> _______________________________________________ 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!
