Module: kamailio Branch: master Commit: 6f29228e07eddf155a97a403b66c60dbcf2e051e URL: https://github.com/kamailio/kamailio/commit/6f29228e07eddf155a97a403b66c60dbcf2e051e
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> Date: 2026-02-26T13:54:11+01:00 async: fix typo on use example of async_task_group_data cmd [skip ci] related #4606 --- Modified: src/modules/async/doc/async_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/6f29228e07eddf155a97a403b66c60dbcf2e051e.diff Patch: https://github.com/kamailio/kamailio/commit/6f29228e07eddf155a97a403b66c60dbcf2e051e.patch --- diff --git a/src/modules/async/doc/async_admin.xml b/src/modules/async/doc/async_admin.xml index 4bfa5da48e7..87382145c90 100644 --- a/src/modules/async/doc/async_admin.xml +++ b/src/modules/async/doc/async_admin.xml @@ -476,7 +476,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!
