From dd4a995b344d522cffae791cea73f51cb29b6bf4 Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Sun, 16 Sep 2012 14:07:55 +0200 Subject: [PATCH] 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 --- libs/freetdm/src/ftmod/ftmod_libpri/ftmod_libpri.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/freetdm/src/ftmod/ftmod_libpri/ftmod_libpri.h b/libs/freetdm/src/ftmod/ftmod_libpri/ftmod_libpri.h index f439694886..26db8d3155 100644 --- a/libs/freetdm/src/ftmod/ftmod_libpri/ftmod_libpri.h +++ b/libs/freetdm/src/ftmod/ftmod_libpri/ftmod_libpri.h @@ -41,7 +41,7 @@ #define OVERLAP_TIMEOUT_MS_MAX 30000 /* 30 sec */ /* 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_MAX 86400000 /* 1 day */