Module: kamailio Branch: master Commit: 73fed284d5da3d4302184b48debda4afd2418dc1 URL: https://github.com/kamailio/kamailio/commit/73fed284d5da3d4302184b48debda4afd2418dc1
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2026-05-20T11:16:07+02:00 modules: readme files regenerated - topos ... [skip ci] --- Modified: src/modules/topos/README --- Diff: https://github.com/kamailio/kamailio/commit/73fed284d5da3d4302184b48debda4afd2418dc1.diff Patch: https://github.com/kamailio/kamailio/commit/73fed284d5da3d4302184b48debda4afd2418dc1.patch --- diff --git a/src/modules/topos/README b/src/modules/topos/README index 775a0b5105b..0995e428658 100644 --- a/src/modules/topos/README +++ b/src/modules/topos/README @@ -328,13 +328,13 @@ end 3.9. event_mode (int) - 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: + * 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] - Default value is 3 (execute both event_route blocks). + Default value is 15 (execute all event_route blocks). Example 1.9. Set event_mode parameter ... _______________________________________________ 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!
