瀏覽代碼

modules/tm: updated README on t_branch_timeout and t_branch_replied usage

Juha Heinanen 12 年之前
父節點
當前提交
200357577d
共有 2 個文件被更改,包括 343 次插入344 次删除
  1. 337 340
      modules/tm/README
  2. 6 4
      modules/tm/doc/functions.xml

文件差異過大導致無法顯示
+ 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>

部分文件因文件數量過多而無法顯示