Module: kamailio Branch: master Commit: 87385c1c2587723d062fd43b329ade028136d6de URL: https://github.com/kamailio/kamailio/commit/87385c1c2587723d062fd43b329ade028136d6de
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2025-09-19T14:46:10+02:00 modules: readme files regenerated - sworker ... [skip ci] --- Modified: src/modules/sworker/README --- Diff: https://github.com/kamailio/kamailio/commit/87385c1c2587723d062fd43b329ade028136d6de.diff Patch: https://github.com/kamailio/kamailio/commit/87385c1c2587723d062fd43b329ade028136d6de.patch --- diff --git a/src/modules/sworker/README b/src/modules/sworker/README index 132f3165f39..d0c587d592a 100644 --- a/src/modules/sworker/README +++ b/src/modules/sworker/README @@ -30,7 +30,7 @@ Daniel-Constantin Mierla 4. Functions 4.1. sworker_active() - 4.2. swork_task(gname) + 4.2. sworker_task(gname) List of Examples @@ -55,7 +55,7 @@ Chapter 1. Admin Guide 4. Functions 4.1. sworker_active() - 4.2. swork_task(gname) + 4.2. sworker_task(gname) 1. Overview @@ -113,7 +113,7 @@ modparam("sworker", "xdata", "$var(xdata)") 4. Functions 4.1. sworker_active() - 4.2. swork_task(gname) + 4.2. sworker_task(gname) 4.1. sworker_active() @@ -132,7 +132,7 @@ request_route { } ... -4.2. swork_task(gname) +4.2. sworker_task(gname) Delegate the processing of SIP message to a group of async workers. The function is restricted to be used inside event_route[core:pre-routing]. _______________________________________________ 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!
