Browse Source

modules/tm: updated README on t_branch_timeout and t_branch_replied usage

Juha Heinanen 12 years ago
parent
commit
200357577d
2 changed files with 343 additions and 344 deletions
  1. 337 340
      modules/tm/README
  2. 6 4
      modules/tm/doc/functions.xml

File diff suppressed because it is too large
+ 337 - 340
modules/tm/README


+ 6 - 4
modules/tm/doc/functions.xml

@@ -729,8 +729,9 @@ route {
 	</title>
 	<para>
 		Returns true if the failure route is executed for a branch that did
-		timeout. It can be used only from the 
-		<emphasis>failure_route</emphasis>.
+		timeout. It can be used from 
+		<emphasis>failure_route</emphasis> and
+		<emphasis>branch-failure</emphasis> event route.
 	</para>
 	<example>
 	    <title><function>t_branch_timeout</function> usage</title>
@@ -753,8 +754,9 @@ failure_route[0]{
 	<para>
 		Returns true if the failure route is executed for a branch that did
 		receive at least one reply in the past (the "current" reply is not 
-		taken into account). It can be used only from the 
-		<emphasis>failure_route</emphasis>.
+		taken into account). It can be used from
+		<emphasis>failure_route</emphasis>  and
+		<emphasis>branch-failure</emphasis> event route.
 	</para>
 	<example>
 	    <title><function>t_branch_replied</function> usage</title>

Some files were not shown because too many files changed in this diff