Module: kamailio Branch: master Commit: fa3c97a331b06ea675e830f418771e94375216cc URL: https://github.com/kamailio/kamailio/commit/fa3c97a331b06ea675e830f418771e94375216cc
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2019-08-26T15:52:29+02:00 tm: docs - note about kemi for on_sl_reply parameter --- Modified: src/modules/tm/doc/params.xml --- Diff: https://github.com/kamailio/kamailio/commit/fa3c97a331b06ea675e830f418771e94375216cc.diff Patch: https://github.com/kamailio/kamailio/commit/fa3c97a331b06ea675e830f418771e94375216cc.patch --- diff --git a/src/modules/tm/doc/params.xml b/src/modules/tm/doc/params.xml index c7923d8c25..e17137c0cd 100644 --- a/src/modules/tm/doc/params.xml +++ b/src/modules/tm/doc/params.xml @@ -711,7 +711,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. + the route block execution unless drop is executed (or it returns 0). + </para> + <para> + If KEMI is used, the parameter has to be the KEMI function name, which + receives a string parameter with the event name. </para> <example> <title>Set <varname>on_sl_reply</varname> parameter</title> @@ -727,7 +731,7 @@ onreply_route["stateless_replies"] { </programlisting> </example> </section> - + <section id ="tm.p.contacts_avp"> <title><varname>contacts_avp</varname> (string)</title> <para> _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
