Module: sems Branch: master Commit: c0e61aa35c5bb359a895f7938fe8b537d701c6fb URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=c0e61aa35c5bb359a895f7938fe8b537d701c6fb
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Mon Sep 20 17:33:28 2010 +0200 dded notes about session timer support in apps --- doc/Readme.webconference.txt | 3 +++ doc/dsm/Readme.dsm.txt | 3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/doc/Readme.webconference.txt b/doc/Readme.webconference.txt index 3eaf7a6..4234afc 100644 --- a/doc/Readme.webconference.txt +++ b/doc/Readme.webconference.txt @@ -30,6 +30,9 @@ will save its results to a log file. A master password can be set, which serves to retrieve room PINs (adminpins), for site administrator or the like. +There is SIP Session Timer (RFC4028) support, which is configured in +webconference.conf. By default, session timers are turned not enabled. + Room adminpin handling ---------------------- The adminpin is used so that only authorized users can access the conference control. diff --git a/doc/dsm/Readme.dsm.txt b/doc/dsm/Readme.dsm.txt index 4351007..04a00b9 100644 --- a/doc/dsm/Readme.dsm.txt +++ b/doc/dsm/Readme.dsm.txt @@ -58,6 +58,9 @@ directive. That loads a script from the load path (where the current script resides), unless an absolute path is given (e.g. #include "/path/to/script). +There is SIP Session Timer (RFC4028) support, which is configured in +dsm.conf. By default, session timers are turned not enabled. + SystemDSMs ========== _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
