Module: kamailio
Branch: 6.1
Commit: 422449360dd6b83f7847a942364665b5b3650ce8
URL: 
https://github.com/kamailio/kamailio/commit/422449360dd6b83f7847a942364665b5b3650ce8

Author: Victor Seva <[email protected]>
Committer: Victor Seva <[email protected]>
Date: 2026-02-26T13:54:36+01:00

async: fix typo on use example of async_task_group_data cmd [skip ci]

related #4606

(cherry picked from commit 6f29228e07eddf155a97a403b66c60dbcf2e051e)

---

Modified: src/modules/async/doc/async_admin.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/422449360dd6b83f7847a942364665b5b3650ce8.diff
Patch: 
https://github.com/kamailio/kamailio/commit/422449360dd6b83f7847a942364665b5b3650ce8.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!

Reply via email to