]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add warning to standard config, that globals may be overridden by other
authorTilghman Lesher <tilghman@meg.abyt.es>
Tue, 3 Feb 2009 00:15:59 +0000 (00:15 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Tue, 3 Feb 2009 00:15:59 +0000 (00:15 +0000)
dialplan configuration files.
(closes issue #14388)
 Reported by: macli

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@173070 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/extensions.conf.sample

index b7151f4c494407cdba1d3c0954a07ba27f0e79d9..237141088730460e8ea2c48128afb274f5ff4128 100644 (file)
@@ -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.