From df565c2ccb36ca2e65d463338ff5cf9d94d5ef34 Mon Sep 17 00:00:00 2001 From: Mark Spencer <markster@digium.com> Date: Tue, 22 Apr 2003 03:17:30 +0000 Subject: [PATCH] Update variables file git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@880 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- README.variables | 2 ++ doc/README.variables | 2 ++ 2 files changed, 4 insertions(+) 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 -- GitLab