Module: kamailio Branch: 5.8 Commit: 2e455d6b1111376f9a74f4418af2fd050e164ba2 URL: https://github.com/kamailio/kamailio/commit/2e455d6b1111376f9a74f4418af2fd050e164ba2
Author: Victor Seva <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-03-05T17:59:01+01:00 async: fix typo on use example of async_task_group_data cmd [skip ci] related #4606 (cherry picked from commit 6f29228e07eddf155a97a403b66c60dbcf2e051e) (cherry picked from commit 422449360dd6b83f7847a942364665b5b3650ce8) (cherry picked from commit 962028fb3cc5fd72c0ec244eb5be246403207fb2) --- Modified: src/modules/async/doc/async_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/2e455d6b1111376f9a74f4418af2fd050e164ba2.diff Patch: https://github.com/kamailio/kamailio/commit/2e455d6b1111376f9a74f4418af2fd050e164ba2.patch --- diff --git a/src/modules/async/doc/async_admin.xml b/src/modules/async/doc/async_admin.xml index 152c6be5db7..50269c34c52 100644 --- a/src/modules/async/doc/async_admin.xml +++ b/src/modules/async/doc/async_admin.xml @@ -455,7 +455,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!
