aboutsummaryrefslogtreecommitdiffstats
path: root/configs/extensions.ael.sample
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-31 10:40:24 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-31 10:40:24 +0000
commitef15019f664ddc865d919981a2d0a8d0349904ee (patch)
tree8268b258a9a92833c2c68069378a809c6cfdd5c6 /configs/extensions.ael.sample
parent71708ac9490396cf713c4ef0ba62973b13b61822 (diff)
Use GLOBAL() in dialplan examples
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41560 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/extensions.ael.sample')
-rw-r--r--configs/extensions.ael.sample8
1 files changed, 5 insertions, 3 deletions
diff --git a/configs/extensions.ael.sample b/configs/extensions.ael.sample
index 39e0e191d..ce8aaa5dc 100644
--- a/configs/extensions.ael.sample
+++ b/configs/extensions.ael.sample
@@ -11,9 +11,11 @@
// - With the "reload" command (that reloads everything) in the CLI
// The "Globals" category contains global variables that can be referenced
-// in the dialplan with ${VARIABLE} or ${ENV(VARIABLE)} for Environmental
-// variables,
-// ${${VARIABLE}} or ${text${VARIABLE}} or any hybrid
+// in the dialplan by using the GLOBAL dialplan function:
+// ${GLOBAL(VARIABLE)}
+// ${${GLOBAL(VARIABLE)}} or ${text${GLOBAL(VARIABLE)}} or any hybrid
+// Unix/Linux environmental variables are reached with the ENV dialplan
+// function: ${ENV(VARIABLE)}
//
globals {