[Asterisk-cvs] asterisk/configs extensions.conf.sample,1.42,1.43
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Thu Jun 2 22:24:05 CDT 2005
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv4866/configs
Modified Files:
extensions.conf.sample
Log Message:
allow global variables to be reset on reload (defaults to off) (bug #4385)
Index: extensions.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/extensions.conf.sample,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- extensions.conf.sample 15 May 2005 20:04:05 -0000 1.42
+++ extensions.conf.sample 3 Jun 2005 02:27:08 -0000 1.43
@@ -34,7 +34,16 @@
; (this is the original behavior of Asterisk 1.0 and earlier).
;
autofallthrough=yes
-
+;
+; If clearglobalvars is set, global variables will be cleared
+; and reparsed on an extensions reload, or Asterisk reload.
+;
+; If clearglobalvars is not set, then global variables will persist
+; through reloads, and even if deleted from the extensions.conf or
+; one if its included files, will remain set to the previous value.
+;
+clearglobalvars=no
+;
; You can include other config files, use the #include command (without the ';')
; Note that this is different from the "include" command that includes contexts within
; other contexts. The #include command works in all asterisk configuration files.
More information about the svn-commits
mailing list