mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 03:08:45 +00:00
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:
@@ -36,6 +36,7 @@ ${EXTEN} Current extension
|
|||||||
${CONTEXT} Current context
|
${CONTEXT} Current context
|
||||||
${PRIORITY} Current priority
|
${PRIORITY} Current priority
|
||||||
${CHANNEL} Current channel name
|
${CHANNEL} Current channel name
|
||||||
|
${ENV(VAR)} Environmental variable VAR
|
||||||
${EPOCH} Current unix style epoch
|
${EPOCH} Current unix style epoch
|
||||||
${DATETIME} Current date time in the format: YYYY-MM-DD_HH:MM:SS
|
${DATETIME} Current date time in the format: YYYY-MM-DD_HH:MM:SS
|
||||||
|
|
||||||
|
@@ -36,6 +36,7 @@ ${EXTEN} Current extension
|
|||||||
${CONTEXT} Current context
|
${CONTEXT} Current context
|
||||||
${PRIORITY} Current priority
|
${PRIORITY} Current priority
|
||||||
${CHANNEL} Current channel name
|
${CHANNEL} Current channel name
|
||||||
|
${ENV(VAR)} Environmental variable VAR
|
||||||
${EPOCH} Current unix style epoch
|
${EPOCH} Current unix style epoch
|
||||||
${DATETIME} Current date time in the format: YYYY-MM-DD_HH:MM:SS
|
${DATETIME} Current date time in the format: YYYY-MM-DD_HH:MM:SS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user