Module: kamailio Branch: master Commit: 78a62e19955ada9d67245031780bad29035b0ef2 URL: https://github.com/kamailio/kamailio/commit/78a62e19955ada9d67245031780bad29...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2019-08-26T16:02:22+02:00
modules: readme files regenerated - tm ... [skip ci]
---
Modified: src/modules/tm/README
---
Diff: https://github.com/kamailio/kamailio/commit/78a62e19955ada9d67245031780bad29... Patch: https://github.com/kamailio/kamailio/commit/78a62e19955ada9d67245031780bad29...
---
diff --git a/src/modules/tm/README b/src/modules/tm/README index d9643f2ce1..47598f379e 100644 --- a/src/modules/tm/README +++ b/src/modules/tm/README @@ -1161,8 +1161,11 @@ modparam("tm", "reparse_on_dns_failover", 0)
Sets reply route block, to which control is passed when a reply is received that has no associated transaction. The reply is passed to the - core for stateless forwarding after the route block execution unless it - returns 0. + core for stateless forwarding after the route block execution unless + drop is executed (or it returns 0). + + If KEMI is used, the parameter has to be the KEMI function name, which + receives a string parameter with the event name.
Example 1.24. Set on_sl_reply parameter ...