Module: kamailio Branch: 6.1 Commit: 71b8248a13b9efe1ec33625931e62cee7da3af01 URL: https://github.com/kamailio/kamailio/commit/71b8248a13b9efe1ec33625931e62cee7da3af01
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2026-02-26T14:01:19+01:00 modules: readme files regenerated - modules ... [skip ci] --- Modified: src/modules/async/README --- Diff: https://github.com/kamailio/kamailio/commit/71b8248a13b9efe1ec33625931e62cee7da3af01.diff Patch: https://github.com/kamailio/kamailio/commit/71b8248a13b9efe1ec33625931e62cee7da3af01.patch --- diff --git a/src/modules/async/README b/src/modules/async/README index 7e55054fd92..20f62f8e9f9 100644 --- a/src/modules/async/README +++ b/src/modules/async/README @@ -428,7 +428,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!
