浏览代码

dialog Update README with explanation of in-dialog request behaviour

Olle E. Johansson 9 年之前
父节点
当前提交
19ef4f6ec8
共有 2 个文件被更改,包括 12 次插入0 次删除
  1. 5 0
      modules/dialog/README
  2. 7 0
      modules/dialog/doc/dialog_admin.xml

+ 5 - 0
modules/dialog/README

@@ -1149,6 +1149,11 @@ modparam("dialog", "ka_timer", 10)
    dialog setup or previous keep-alive. The value represents the number of
    dialog setup or previous keep-alive. The value represents the number of
    seconds.
    seconds.
 
 
+   If the requests times out (generating a 408) or if the UA responds with
+   481 the lifetime is set to 10 seconds. When lifetime expires the dialog
+   will be terminated. Any other response (including error responses) will
+   reset the timers.
+
    Default value is "0" (no keep alive). The lowest settable interval is
    Default value is "0" (no keep alive). The lowest settable interval is
    30 seconds.
    30 seconds.
 
 

+ 7 - 0
modules/dialog/doc/dialog_admin.xml

@@ -1247,6 +1247,13 @@ modparam("dialog", "ka_timer", 10)
 			the ka_interval elapsed from dialog setup or previous keep-alive.
 			the ka_interval elapsed from dialog setup or previous keep-alive.
 			The value represents the number of seconds.
 			The value represents the number of seconds.
 		</para>
 		</para>
+		<para>
+			If the requests times out (generating a 408) or if the
+			UA responds with 481 the lifetime is set to 10 seconds.
+			When lifetime expires the dialog will be terminated.
+			Any other response (including error responses) will
+			reset the timers.
+		</para>
 		<para>
 		<para>
 		<emphasis>
 		<emphasis>
 			Default value is <quote>0</quote> (no keep alive). The lowest
 			Default value is <quote>0</quote> (no keep alive). The lowest