Module: kamailio Branch: master Commit: b80d3b6883eeb46795f4e108e72f1db6b32cbb2b URL: https://github.com/kamailio/kamailio/commit/b80d3b6883eeb46795f4e108e72f1db6b32cbb2b
Author: Ben Kaufman <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-05-20T11:08:11+02:00 topos: Documentation for event_mode [skip ci] - Update documenation for default value of event_mode param #4738 --- Modified: src/modules/topos/doc/topos_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/b80d3b6883eeb46795f4e108e72f1db6b32cbb2b.diff Patch: https://github.com/kamailio/kamailio/commit/b80d3b6883eeb46795f4e108e72f1db6b32cbb2b.patch --- diff --git a/src/modules/topos/doc/topos_admin.xml b/src/modules/topos/doc/topos_admin.xml index 3edadf8b171..c7a5138e4bd 100644 --- a/src/modules/topos/doc/topos_admin.xml +++ b/src/modules/topos/doc/topos_admin.xml @@ -279,19 +279,29 @@ end ... </programlisting> </example> - </section> + </section> <section id="topos.p.event_mode"> <title><varname>event_mode</varname> (int)</title> <para> - Control what event_route blocks to be executed. It is a bitmask of: - 1 - execute event_route[topos:msg-outgoing]; 2 - execute - event_route[topos:msg-sending]; 4 execute - event_route[topos:msg-incoming]; 8 execute - event_route[topos:msg-receiving];. + Control what event_route blocks to be executed. It is a bitmask of: + <itemizedlist> + <listitem> + <para>1 - execute event_route[topos:msg-outgoing]</para> + </listitem> + <listitem> + <para>2 - execute event_route[topos:msg-sending]</para> + </listitem> + <listitem> + <para>4 - execute event_route[topos:msg-incoming]</para> + </listitem> + <listitem> + <para>8 - execute event_route[topos:msg-receiving]</para> + </listitem> + </itemizedlist> </para> <para> <emphasis> - Default value is 3 (execute both event_route blocks). + Default value is 15 (execute all event_route blocks). </emphasis> </para> <example> @@ -302,7 +312,7 @@ modparam("topos", "event_mode", 2) ... </programlisting> </example> - </section> + </section> <section id="topos.p.contact_host"> <title><varname>contact_host</varname> (str)</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!
