Add ${ENV(VAR)} to the list of variables

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@883 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Martin Pycko 2003-04-22 19:35:41 +00:00
parent 907980f17d
commit 08979fc8ff
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ ${EXTEN} Current extension
${CONTEXT} Current context
${PRIORITY} Current priority
${CHANNEL} Current channel name
${ENV(VAR)} Environmental variable VAR
${EPOCH} Current unix style epoch
${DATETIME} Current date time in the format: YYYY-MM-DD_HH:MM:SS

View File

@ -36,6 +36,7 @@ ${EXTEN} Current extension
${CONTEXT} Current context
${PRIORITY} Current priority
${CHANNEL} Current channel name
${ENV(VAR)} Environmental variable VAR
${EPOCH} Current unix style epoch
${DATETIME} Current date time in the format: YYYY-MM-DD_HH:MM:SS