|
@@ -1091,7 +1091,12 @@ rtpengine_delete();
|
|
</listitem>
|
|
</listitem>
|
|
<listitem>
|
|
<listitem>
|
|
<para>
|
|
<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>
|
|
</para>
|
|
</listitem>
|
|
</listitem>
|
|
<listitem>
|
|
<listitem>
|