Skip to content

Commit

Permalink
dialog Update README with explanation of in-dialog request behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
oej committed Apr 19, 2016
1 parent ff8bb9d commit 19ef4f6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/dialog/README
Expand Up @@ -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.

Expand Down
7 changes: 7 additions & 0 deletions modules/dialog/doc/dialog_admin.xml
Expand Up @@ -1247,6 +1247,13 @@ modparam("dialog", "ka_timer", 10)
the ka_interval elapsed from dialog setup or previous keep-alive.
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
Expand Down

0 comments on commit 19ef4f6

Please sign in to comment.