Module: kamailio Branch: master Commit: b31efd5526cf11eded7823c6e93370024f5d2863 URL: https://github.com/kamailio/kamailio/commit/b31efd5526cf11eded7823c6e9337002...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2021-07-22T15:46:15+02:00
modules: readme files regenerated - sworker ... [skip ci]
---
Modified: src/modules/sworker/README
---
Diff: https://github.com/kamailio/kamailio/commit/b31efd5526cf11eded7823c6e9337002... Patch: https://github.com/kamailio/kamailio/commit/b31efd5526cf11eded7823c6e9337002...
---
diff --git a/src/modules/sworker/README b/src/modules/sworker/README index 241b077ab6..c5d571a179 100644 --- a/src/modules/sworker/README +++ b/src/modules/sworker/README @@ -115,7 +115,7 @@ request_route { that, 'drop' must be used so processing of the message does not continue to request_route or reply_route in the same process, it is going to be done by the delegated group of workers. It returns -1 - (false) in case there was a proble delegating the processing. + (false) in case there was a problem delegating the processing.
This function can be used from REQUEST_ROUTE|CORE_REPLY_ROUTE.