Use GLOBAL() in dialplan examples

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41560 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2006-08-31 10:40:24 +00:00
parent badabb5bb9
commit 3f888b84f3
2 changed files with 20 additions and 15 deletions

View File

@@ -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 {