mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 03:08:45 +00:00
Add description of length (bug #284)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1565 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -37,6 +37,7 @@ ${CONTEXT} Current context
|
|||||||
${PRIORITY} Current priority
|
${PRIORITY} Current priority
|
||||||
${CHANNEL} Current channel name
|
${CHANNEL} Current channel name
|
||||||
${ENV(VAR)} Environmental variable VAR
|
${ENV(VAR)} Environmental variable VAR
|
||||||
|
${LEN(VAR)} String length of VAR (integer)
|
||||||
${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
|
||||||
${UNIQUEID} Current call unique identifier
|
${UNIQUEID} Current call unique identifier
|
||||||
|
@@ -37,6 +37,7 @@ ${CONTEXT} Current context
|
|||||||
${PRIORITY} Current priority
|
${PRIORITY} Current priority
|
||||||
${CHANNEL} Current channel name
|
${CHANNEL} Current channel name
|
||||||
${ENV(VAR)} Environmental variable VAR
|
${ENV(VAR)} Environmental variable VAR
|
||||||
|
${LEN(VAR)} String length of VAR (integer)
|
||||||
${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
|
||||||
${UNIQUEID} Current call unique identifier
|
${UNIQUEID} Current call unique identifier
|
||||||
|
Reference in New Issue
Block a user