X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=doc%2FREADME.variables;h=95485ba7fbb1bc53fadceb924e3731b5b12819ba;hp=8c2d83cb9bbcf6b14e11c01e48c651e22098ddaa;hb=270c8e3746b48abe7cdc27de26724e50c2503b07;hpb=08979fc8ffdcfecf3f2f0ba49ba25fe950cbbe0d;ds=sidebyside diff --git a/doc/README.variables b/doc/README.variables index 8c2d83c..95485ba 100755 --- a/doc/README.variables +++ b/doc/README.variables @@ -37,8 +37,14 @@ ${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 +${DNID} Dialed Number Identifier +${RDNIS} Redirected Dial Number ID Service +${HANGUPCAUSE} Hangup cause on last PRI hangup +${SIPDOMAIN} SIP destination domain of an inbound call (if appropriate) 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