Module: kamailio Branch: 5.8 Commit: 1d50642f1c3521e78542737b452cc5de99eb2cf5 URL: https://github.com/kamailio/kamailio/commit/1d50642f1c3521e78542737b452cc5de99eb2cf5
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2026-03-05T18:16:35+01:00 modules: readme files regenerated - modules ... [skip ci] --- Modified: src/modules/async/README --- Diff: https://github.com/kamailio/kamailio/commit/1d50642f1c3521e78542737b452cc5de99eb2cf5.diff Patch: https://github.com/kamailio/kamailio/commit/1d50642f1c3521e78542737b452cc5de99eb2cf5.patch --- diff --git a/src/modules/async/README b/src/modules/async/README index a703c1224b1..c500a48be1e 100644 --- a/src/modules/async/README +++ b/src/modules/async/README @@ -408,7 +408,7 @@ async_workers_group="name=abc;workers=4;nonblock=0;usleep=0" ... request_route { ... - async_task_data("RESUME", "abc", "caller: $fU - callee: $tU"); + async_task_group_data("RESUME", "abc", "caller: $fU - callee: $tU"); ... } route[RESUME] { _______________________________________________ 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!
