... | ... |
@@ -30,6 +30,9 @@ will save its results to a log file. |
30 | 30 |
A master password can be set, which serves to retrieve room PINs (adminpins), |
31 | 31 |
for site administrator or the like. |
32 | 32 |
|
33 |
+There is SIP Session Timer (RFC4028) support, which is configured in |
|
34 |
+webconference.conf. By default, session timers are turned not enabled. |
|
35 |
+ |
|
33 | 36 |
Room adminpin handling |
34 | 37 |
---------------------- |
35 | 38 |
The adminpin is used so that only authorized users can access the conference control. |
... | ... |
@@ -58,6 +58,9 @@ directive. That loads a script from the load path (where the current |
58 | 58 |
script resides), unless an absolute path is given (e.g. |
59 | 59 |
#include "/path/to/script). |
60 | 60 |
|
61 |
+There is SIP Session Timer (RFC4028) support, which is configured in |
|
62 |
+dsm.conf. By default, session timers are turned not enabled. |
|
63 |
+ |
|
61 | 64 |
SystemDSMs |
62 | 65 |
========== |
63 | 66 |
|