ftmod_libpri: Default disable NT-mode idle b-channel restart
Some people, it seems, were having sleepless nights from the log messages this feature produces every 15 minutes. Default disable the feature, because i hate repeating myself over and over, explaining them this is a non-issue and intended behaviour and how to disable it in the config. Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
This commit is contained in:
parent
3b660a06e5
commit
dd4a995b34
|
@ -41,7 +41,7 @@
|
||||||
#define OVERLAP_TIMEOUT_MS_MAX 30000 /* 30 sec */
|
#define OVERLAP_TIMEOUT_MS_MAX 30000 /* 30 sec */
|
||||||
|
|
||||||
/* NT-mode idle b-channel restart timer */
|
/* NT-mode idle b-channel restart timer */
|
||||||
#define IDLE_RESTART_TIMEOUT_MS_DEFAULT 900000 /* 15 min */
|
#define IDLE_RESTART_TIMEOUT_MS_DEFAULT 0 /* disabled */
|
||||||
#define IDLE_RESTART_TIMEOUT_MS_MIN 10000 /* 10 sec */
|
#define IDLE_RESTART_TIMEOUT_MS_MIN 10000 /* 10 sec */
|
||||||
#define IDLE_RESTART_TIMEOUT_MS_MAX 86400000 /* 1 day */
|
#define IDLE_RESTART_TIMEOUT_MS_MAX 86400000 /* 1 day */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue