aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-03 00:15:59 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-03 00:15:59 +0000
commit7b5028e976c5708bc0422ca9447092d1a95b37f3 (patch)
tree38a8338582e034520f865965e534ae55784d34ab /configs
parentd50a938168c17ca3db3ae0367bb3306395d62fe7 (diff)
Add warning to standard config, that globals may be overridden by other
dialplan configuration files. (closes issue #14388) Reported by: macli git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@173070 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/extensions.conf.sample8
1 files changed, 7 insertions, 1 deletions
diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample
index b7151f4c4..237141088 100644
--- a/configs/extensions.conf.sample
+++ b/configs/extensions.conf.sample
@@ -104,7 +104,13 @@ TRUNK=Zap/G2 ; Trunk interface
;
TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0)
;TRUNK=IAX2/user:pass@provider
-
+;
+; WARNING WARNING WARNING WARNING
+; If you load any other extension configuration engine, such as pbx_ael.so,
+; your global variables may be overridden by that file. Please take care to
+; use only one location to set global variables, and you will likely save
+; yourself a ton of grief.
+; WARNING WARNING WARNING WARNING
;
; Any category other than "General" and "Globals" represent
; extension contexts, which are collections of extensions.