From 78be0c2b5c4946f354c0c8e17d4220d4213cb859 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sat, 27 Sep 2003 02:28:42 +0000 Subject: [PATCH] Add description of length (bug #284) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1565 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- README.variables | 1 + doc/README.variables | 1 + 2 files changed, 2 insertions(+) diff --git a/README.variables b/README.variables index e7e94d2395..c70b114397 100755 --- a/README.variables +++ b/README.variables @@ -37,6 +37,7 @@ ${CONTEXT} Current context ${PRIORITY} Current priority ${CHANNEL} Current channel name ${ENV(VAR)} Environmental variable VAR +${LEN(VAR)} String length of VAR (integer) ${EPOCH} Current unix style epoch ${DATETIME} Current date time in the format: YYYY-MM-DD_HH:MM:SS ${UNIQUEID} Current call unique identifier diff --git a/doc/README.variables b/doc/README.variables index e7e94d2395..c70b114397 100755 --- a/doc/README.variables +++ b/doc/README.variables @@ -37,6 +37,7 @@ ${CONTEXT} Current context ${PRIORITY} Current priority ${CHANNEL} Current channel name ${ENV(VAR)} Environmental variable VAR +${LEN(VAR)} String length of VAR (integer) ${EPOCH} Current unix style epoch ${DATETIME} Current date time in the format: YYYY-MM-DD_HH:MM:SS ${UNIQUEID} Current call unique identifier