mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-03 21:46:35 -07:00
resetinterval defaulting to something other than 'never' doesn't seem to accomplish any good and causes problems for plenty of people...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@86697 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
@@ -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
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user