Skip to content

Commit

Permalink
modules: readme files regenerated - tmx ...
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Nov 17, 2016
1 parent 2963501 commit 3d684fe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/tmx/README
Expand Up @@ -381,12 +381,21 @@ if(t_suspend())
* rtname - the name of the route block to execute. Can be a static
string value or a dynamic string with pseudo-variables.

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).

This function can be used in ANY_ROUTE.

Example 1.11. t_continue usage
...
t_continue('123', '456', 'MYROUTE');
...
route[MYROUTE] {
xlog("executed by t continue\n");
...
}
...

4.11. t_reuse_branch()

Expand Down

0 comments on commit 3d684fe

Please sign in to comment.