Module: kamailio Branch: master Commit: e7be4a6aa31b743028a1a7687b913d1cb803f2ab URL: https://github.com/kamailio/kamailio/commit/e7be4a6aa31b743028a1a7687b913d1cb803f2ab
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2025-11-17T12:16:10+01:00 modules: readme files regenerated - dispatcher ... [skip ci] --- Modified: src/modules/dispatcher/README --- Diff: https://github.com/kamailio/kamailio/commit/e7be4a6aa31b743028a1a7687b913d1cb803f2ab.diff Patch: https://github.com/kamailio/kamailio/commit/e7be4a6aa31b743028a1a7687b913d1cb803f2ab.patch --- diff --git a/src/modules/dispatcher/README b/src/modules/dispatcher/README index cf7eaa4b9b4..61822b4c20f 100644 --- a/src/modules/dispatcher/README +++ b/src/modules/dispatcher/README @@ -1041,7 +1041,9 @@ end executed. If set to 0, they are executed when the destination state changes based on OPTIONS keepalives or the use of config functions to set the state (e.g., ds_mark_dst(...)). If set to 1, they are executed - only on state change due to OPTIONS keepalives. + only on state change due to OPTIONS keepalives. If set to 2, the event + routes will always be executed when a state change occurs, even if no + previous state exists (for example, on startup or reload). Note that event routes are not executed on RPC commands setting the destination state. _______________________________________________ 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!
