[sr-dev] git:master:19ef4f6e: dialog Update README with explanation of in-dialog request behaviour
Olle E. Johansson
oej at edvina.net
Tue Apr 19 21:25:04 CEST 2016
Module: kamailio
Branch: master
Commit: 19ef4f6ec8c22848eb4386f5f4996d5091c65688
URL: https://github.com/kamailio/kamailio/commit/19ef4f6ec8c22848eb4386f5f4996d5091c65688
Author: Olle E. Johansson <oej at edvina.net>
Committer: Olle E. Johansson <oej at edvina.net>
Date: 2016-04-19T21:24:31+02:00
dialog Update README with explanation of in-dialog request behaviour
---
Modified: modules/dialog/README
Modified: modules/dialog/doc/dialog_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/19ef4f6ec8c22848eb4386f5f4996d5091c65688.diff
Patch: https://github.com/kamailio/kamailio/commit/19ef4f6ec8c22848eb4386f5f4996d5091c65688.patch
---
diff --git a/modules/dialog/README b/modules/dialog/README
index 7b8bb57..2c21988 100644
--- a/modules/dialog/README
+++ b/modules/dialog/README
@@ -1149,6 +1149,11 @@ modparam("dialog", "ka_timer", 10)
dialog setup or previous keep-alive. The value represents the number of
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
30 seconds.
diff --git a/modules/dialog/doc/dialog_admin.xml b/modules/dialog/doc/dialog_admin.xml
index b8dc1b0..0b57ba4 100644
--- a/modules/dialog/doc/dialog_admin.xml
+++ b/modules/dialog/doc/dialog_admin.xml
@@ -1248,6 +1248,13 @@ modparam("dialog", "ka_timer", 10)
The value represents the number of seconds.
</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>
<emphasis>
Default value is <quote>0</quote> (no keep alive). The lowest
settable interval is 30 seconds.
More information about the sr-dev
mailing list