Module: kamailio Branch: master Commit: b15362ec487d14b2a428dabbcce4f3de4cf1fc59 URL: https://github.com/kamailio/kamailio/commit/b15362ec487d14b2a428dabbcce4f3de4cf1fc59
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2020-02-23T12:30:02+01:00 rtpproxy: docs updated for rtpproxy_manage() --- Modified: src/modules/rtpproxy/doc/rtpproxy_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/b15362ec487d14b2a428dabbcce4f3de4cf1fc59.diff Patch: https://github.com/kamailio/kamailio/commit/b15362ec487d14b2a428dabbcce4f3de4cf1fc59.patch --- diff --git a/src/modules/rtpproxy/doc/rtpproxy_admin.xml b/src/modules/rtpproxy/doc/rtpproxy_admin.xml index 203f280f90..536d7c6d0a 100644 --- a/src/modules/rtpproxy/doc/rtpproxy_admin.xml +++ b/src/modules/rtpproxy/doc/rtpproxy_admin.xml @@ -685,7 +685,14 @@ rtpproxy_destroy(); this function after resuming a suspended transaction (e.g., after t_continue()), because the context of executed route is FAILURE ROUTE (in other words, rtpproxy_manage() in the route block of - t_continue() does the same as in failure_route). + t_continue() does the same as in failure_route; use a branch route + to engage rtpengine for a forwarded branch after resuming the + transaction). + </para> + </listitem> + <listitem> + <para> + It does nothing if used inside event_route[tm:branch-failure:...] </para> </listitem> <listitem> _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
