[asterisk-commits] kpfleming: trunk r86697 - in /trunk: channels/ configs/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Oct 22 09:59:27 CDT 2007


Author: kpfleming
Date: Mon Oct 22 09:59:27 2007
New Revision: 86697

URL: http://svn.digium.com/view/asterisk?view=rev&rev=86697
Log:
resetinterval defaulting to something other than 'never' doesn't seem to accomplish any good and causes problems for plenty of people...


Modified:
    trunk/channels/chan_zap.c
    trunk/configs/zapata.conf.sample

Modified: trunk/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_zap.c?view=diff&rev=86697&r1=86696&r2=86697
==============================================================================
--- trunk/channels/chan_zap.c (original)
+++ trunk/channels/chan_zap.c Mon Oct 22 09:59:27 2007
@@ -719,8 +719,7 @@
 			.localprefix = "",
 			.privateprefix = "",
 			.unknownprefix = "",
-
-			.resetinterval = 3600
+			.resetinteral = -1,
 		},
 #endif
 #ifdef HAVE_SS7

Modified: trunk/configs/zapata.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/zapata.conf.sample?view=diff&rev=86697&r1=86696&r2=86697
==============================================================================
--- trunk/configs/zapata.conf.sample (original)
+++ trunk/configs/zapata.conf.sample Mon Oct 22 09:59:27 2007
@@ -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 
 ;




More information about the asterisk-commits mailing list