Module: kamailio Branch: master Commit: b94d23642330a18254e2e7df24a087cb4967c73a URL: https://github.com/kamailio/kamailio/commit/b94d23642330a18254e2e7df24a087cb4967c73a
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-02-25T15:26:07+01:00 evapi: more details about trasmission of tasks by evapi_relay() --- Modified: src/modules/evapi/doc/evapi_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/b94d23642330a18254e2e7df24a087cb4967c73a.diff Patch: https://github.com/kamailio/kamailio/commit/b94d23642330a18254e2e7df24a087cb4967c73a.patch --- diff --git a/src/modules/evapi/doc/evapi_admin.xml b/src/modules/evapi/doc/evapi_admin.xml index 9d2f1e3a694..9d0b367767b 100644 --- a/src/modules/evapi/doc/evapi_admin.xml +++ b/src/modules/evapi/doc/evapi_admin.xml @@ -235,9 +235,12 @@ modparam("evapi", "wait_increase", 1) </para> <para> 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. </para> <para> This function can be used from ANY_ROUTE. @@ -503,4 +506,3 @@ event_route[evapi:message-received] { </section> </chapter> - _______________________________________________ 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!
