From: Mark Spencer Date: Tue, 22 Apr 2003 03:17:30 +0000 (+0000) Subject: Update variables file X-Git-Tag: 0.5.0~616 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df565c2ccb36ca2e65d463338ff5cf9d94d5ef34;p=thirdparty%2Fasterisk.git Update variables file git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@880 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/README.variables b/README.variables index bb44ff1fec..c8a66c71e6 100755 --- a/README.variables +++ b/README.variables @@ -36,6 +36,8 @@ ${EXTEN} Current extension ${CONTEXT} Current context ${PRIORITY} Current priority ${CHANNEL} Current channel name +${EPOCH} Current unix style epoch +${DATETIME} Current date time in the format: YYYY-MM-DD_HH:MM:SS There are two reference modes - reference by value and reference by name. To refer to a variable with its name (as an argument to a function that diff --git a/doc/README.variables b/doc/README.variables index bb44ff1fec..c8a66c71e6 100755 --- a/doc/README.variables +++ b/doc/README.variables @@ -36,6 +36,8 @@ ${EXTEN} Current extension ${CONTEXT} Current context ${PRIORITY} Current priority ${CHANNEL} Current channel name +${EPOCH} Current unix style epoch +${DATETIME} Current date time in the format: YYYY-MM-DD_HH:MM:SS There are two reference modes - reference by value and reference by name. To refer to a variable with its name (as an argument to a function that