Skip to content

Commit

Permalink
tmx: added note to t_continue() docs about failure context of execute…
Browse files Browse the repository at this point in the history
…d route block

(cherry picked from commit 2963501)
  • Loading branch information
miconda committed Jan 17, 2017
1 parent 676b0be commit 95ed5f7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/tmx/doc/tmx_admin.xml
Expand Up @@ -379,6 +379,11 @@ if(t_suspend())
pseudo-variables.
</para></listitem>
</itemizedlist>
<para>
Important note: the route[rtname] is executed in the context of
a failure (same behaviour for functions as they were used in a
failure_route block).
</para>
<para>
This function can be used in ANY_ROUTE.
</para>
Expand All @@ -388,6 +393,11 @@ if(t_suspend())
...
t_continue('123', '456', 'MYROUTE');
...
route[MYROUTE] {
xlog("executed by t continue\n");
...
}
...
</programlisting>
</example>
</section>
Expand Down

0 comments on commit 95ed5f7

Please sign in to comment.