Module: kamailio
Branch: master
Commit: 63f3e24ba2c0b9749f5c5d3268c633c629e20f89
URL: 
https://github.com/kamailio/kamailio/commit/63f3e24ba2c0b9749f5c5d3268c633c629e20f89

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@gmail.com>
Date: 2016-11-21T12:12:10+01:00

rtpengine: added note about rtpproxy_manage() afte t_continue()

- or after any other function that does suspend/resume of the
  transaction
- it behaves as used in failure_route
- related to GH #855

---

Modified: modules/rtpengine/doc/rtpengine_admin.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/63f3e24ba2c0b9749f5c5d3268c633c629e20f89.diff
Patch: 
https://github.com/kamailio/kamailio/commit/63f3e24ba2c0b9749f5c5d3268c633c629e20f89.patch

---

diff --git a/modules/rtpengine/doc/rtpengine_admin.xml 
b/modules/rtpengine/doc/rtpengine_admin.xml
index 515e5ae..f0d0ade 100644
--- a/modules/rtpengine/doc/rtpengine_admin.xml
+++ b/modules/rtpengine/doc/rtpengine_admin.xml
@@ -1091,7 +1091,12 @@ rtpengine_delete();
                </listitem>
                <listitem>
                        <para>
-                       If BYE or CANCEL, or called within a FAILURE_ROUTE[], 
then do <function>rtpengine_delete()</function>
+                       If BYE or CANCEL, or called within a FAILURE_ROUTE[], 
then call
+                       <function>rtpengine_delete()</function>. Be careful 
with calling
+                       this function after resuming a suspended transaction 
(e.g., after
+                       t_continue()), because the context of executed route is 
FAILURE
+                       ROUTE (in other words, rtpengine_manage() in the route 
block of
+                       t_continue() does the same as in failure_route).
                        </para>
                </listitem>
                <listitem>


_______________________________________________
sr-dev mailing list
sr-dev@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to