Skip to content
Snippets Groups Projects
Commit 08979fc8 authored by Martin Pycko's avatar Martin Pycko
Browse files

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@883 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 907980f1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment