Module: kamailio Branch: master Commit: 92103b544f2e006766f4bbddfa1ffe4d8120cbf5 URL: https://github.com/kamailio/kamailio/commit/92103b544f2e006766f4bbddfa1ffe4d8120cbf5
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2026-02-25T15:31:09+01:00 modules: readme files regenerated - evapi ... [skip ci] --- Modified: src/modules/evapi/README --- Diff: https://github.com/kamailio/kamailio/commit/92103b544f2e006766f4bbddfa1ffe4d8120cbf5.diff Patch: https://github.com/kamailio/kamailio/commit/92103b544f2e006766f4bbddfa1ffe4d8120cbf5.patch --- diff --git a/src/modules/evapi/README b/src/modules/evapi/README index 7eddf8c18b1..dbec20547d6 100644 --- a/src/modules/evapi/README +++ b/src/modules/evapi/README @@ -265,9 +265,12 @@ modparam("evapi", "wait_increase", 1) netstring_format parameter is set to 0. The function is passing the task to evapi dispatcher process, therefore - the SIP worker process is not blocked. Also, it doesn't wait for any - response, therefore the processing of the configuration continues very - fast when executing evapi_relay(). + the SIP worker process is not blocked executing the task. Also, it does + not wait for any response, therefore the processing of the + configuration usually continues very fast when executing evapi_relay(). + Note that passing the task is done internally via an inter-process + communication channel that is designed to be reliable and can block if + the reading of the tasks is slow. This function can be used from ANY_ROUTE. _______________________________________________ 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!
