Module: kamailio
Branch: master
Commit: 3d684fe20117cab9519f483f819e6476f596e056
URL:
https://github.com/kamailio/kamailio/commit/3d684fe20117cab9519f483f819e647…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2016-11-17T11:16:29+01:00
modules: readme files regenerated - tmx ...
---
Modified: modules/tmx/README
---
Diff:
https://github.com/kamailio/kamailio/commit/3d684fe20117cab9519f483f819e647…
Patch:
https://github.com/kamailio/kamailio/commit/3d684fe20117cab9519f483f819e647…
---
diff --git a/modules/tmx/README b/modules/tmx/README
index 961a540..45dbc97 100644
--- a/modules/tmx/README
+++ b/modules/tmx/README
@@ -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()