Module: kamailio Branch: master Commit: 7c6ec8967ae95070b4953c45139f66d67e40e8e7 URL: https://github.com/kamailio/kamailio/commit/7c6ec8967ae95070b4953c45139f66d67e40e8e7
Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> Date: 2025-06-20T11:31:51+02:00 tm: docs for evlreq_mode parameter --- Modified: src/modules/tm/doc/params.xml --- Diff: https://github.com/kamailio/kamailio/commit/7c6ec8967ae95070b4953c45139f66d67e40e8e7.diff Patch: https://github.com/kamailio/kamailio/commit/7c6ec8967ae95070b4953c45139f66d67e40e8e7.patch --- diff --git a/src/modules/tm/doc/params.xml b/src/modules/tm/doc/params.xml index 31c7c55b9ef..f6eac54be30 100644 --- a/src/modules/tm/doc/params.xml +++ b/src/modules/tm/doc/params.xml @@ -1761,6 +1761,26 @@ modparam("tm", "reply_408_reason", "Gone") <programlisting> ... modparam("tm", "delayed_reply", 0) +.... + </programlisting> + </example> + </section> + + <section id="tm.p.evlreq_mode"> + <title><varname>evlreq_mode</varname> (int)</title> + <para> + If bit 1 is set (value 1), the event_route[tm:local-request] is also + executed for hop-by-hop CANCEL requests (for received INVITEs, + not only for local generated ones). + </para> + <emphasis> + Default value is <quote>0</quote>. + </emphasis> + <example> + <title>evlreq_mode example</title> + <programlisting> +... +modparam("tm", "evlreq_mode", 1) .... </programlisting> </example> _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!