Quellcode durchsuchen

modules/tm: updated README on t_branch_timeout and t_branch_replied usage

Juha Heinanen vor 12 Jahren
Ursprung
Commit
200357577d
2 geänderte Dateien mit 343 neuen und 344 gelöschten Zeilen
  1. 337 340
      modules/tm/README
  2. 6 4
      modules/tm/doc/functions.xml

Datei-Diff unterdrückt, da er zu groß ist
+ 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>

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.