Module: kamailio Branch: master Commit: bf8a605bbf843d184c1f4d94bb7e1bf6697ef0d2 URL: https://github.com/kamailio/kamailio/commit/bf8a605bbf843d184c1f4d94bb7e1bf6697ef0d2
Author: Mikko Lehto <[email protected]> Committer: Victor Seva <[email protected]> Date: 2025-09-19T14:39:10+02:00 sworker: fix function name in documentation --- Modified: src/modules/sworker/doc/sworker_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/bf8a605bbf843d184c1f4d94bb7e1bf6697ef0d2.diff Patch: https://github.com/kamailio/kamailio/commit/bf8a605bbf843d184c1f4d94bb7e1bf6697ef0d2.patch --- diff --git a/src/modules/sworker/doc/sworker_admin.xml b/src/modules/sworker/doc/sworker_admin.xml index 3f8d5148def..408776cb47f 100644 --- a/src/modules/sworker/doc/sworker_admin.xml +++ b/src/modules/sworker/doc/sworker_admin.xml @@ -120,9 +120,9 @@ request_route { </programlisting> </example> </section> - <section id="sworker.f.swork_task"> + <section id="sworker.f.sworker_task"> <title> - <function moreinfo="none">swork_task(gname)</function> + <function moreinfo="none">sworker_task(gname)</function> </title> <para> Delegate the processing of SIP message to a group of async workers. The _______________________________________________ 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!
