Module: kamailio Branch: master Commit: 7f3f5ad6e507c2f1011da11f99c3f06c9eae13ea URL: https://github.com/kamailio/kamailio/commit/7f3f5ad6e507c2f1011da11f99c3f06c9eae13ea
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2026-02-26T14:01:10+01:00 modules: readme files regenerated - async ... [skip ci] --- Modified: src/modules/async/README --- Diff: https://github.com/kamailio/kamailio/commit/7f3f5ad6e507c2f1011da11f99c3f06c9eae13ea.diff Patch: https://github.com/kamailio/kamailio/commit/7f3f5ad6e507c2f1011da11f99c3f06c9eae13ea.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!
