aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-22 14:59:27 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-22 14:59:27 +0000
commit5919109f85a83bf4294a064ace8777126e8aea3e (patch)
tree9b1385b9d32c784198d14d30a0c92c1b2826f8c2
parentde9ba78aa9280ffa83a8bbe1b10027d894df52ff (diff)
resetinterval defaulting to something other than 'never' doesn't seem to accomplish any good and causes problems for plenty of people...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@86697 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_zap.c3
-rw-r--r--configs/zapata.conf.sample4
2 files changed, 2 insertions, 5 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 9cb0f5745..393112b71 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -719,8 +719,7 @@ static struct zt_chan_conf zt_chan_conf_default(void) {
.localprefix = "",
.privateprefix = "",
.unknownprefix = "",
-
- .resetinterval = 3600
+ .resetinteral = -1,
},
#endif
#ifdef HAVE_SS7
diff --git a/configs/zapata.conf.sample b/configs/zapata.conf.sample
index ffcd7209f..ded44d221 100644
--- a/configs/zapata.conf.sample
+++ b/configs/zapata.conf.sample
@@ -116,9 +116,7 @@
;unknownprefix =
;
; PRI resetinterval: sets the time in seconds between restart of unused
-; channels, defaults to 3600; minimum 60 seconds. Some PBXs don't like
-; channel restarts. so set the interval to a very long interval e.g. 100000000
-; or 'never' to disable *entirely*.
+; B channels; defaults to 'never'.
;
;resetinterval = 3600
;