aboutsummaryrefslogtreecommitdiffstats
path: root/configs/extensions.conf.sample
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-30 01:16:22 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-30 01:16:22 +0000
commit51b4ef51f0b50666df25f8b54388d4c466470415 (patch)
tree4fedd79939f569ec8b594e6ee570b1ce23229012 /configs/extensions.conf.sample
parentc1f4258484f6ed71bdb7357df099a0af20eba0af (diff)
Merged revisions 59452 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r59452 | murf | 2007-03-29 18:56:36 -0600 (Thu, 29 Mar 2007) | 1 line A small clarification to keep bugs from being filed, and confusion from rising, if clearglobalvars is set, and globals are set in the AEL file. (9419) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59453 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/extensions.conf.sample')
-rw-r--r--configs/extensions.conf.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample
index 2ac69964f..076049cab 100644
--- a/configs/extensions.conf.sample
+++ b/configs/extensions.conf.sample
@@ -43,6 +43,16 @@ writeprotect=no
; through reloads, and even if deleted from the extensions.conf or
; one of its included files, will remain set to the previous value.
;
+; NOTE: A complication sets in, if you put your global variables into
+; the AEL file, instead of the extensions.conf file. With clearglobalvars
+; set, a 'reload' will often leave the globals vars cleared, because it
+; is not unusual to have extensions.conf (which will have no globals)
+; load after the extensions.ael file (where the global vars are stored).
+; So, with 'reload' in this particular situation, first the AEL file will
+; clear and then set all the global vars, then, later, when the extensions.conf
+; file is loaded, the global vars are all cleared, and then not set, because
+; they are not stored in the extensions.conf file.
+;
clearglobalvars=no
;
; If priorityjumping is set to 'yes', then applications that support