[Asterisk-cvs] asterisk/doc README.variables,1.19,1.20

markster at lists.digium.com markster at lists.digium.com
Tue Jun 29 14:16:47 CDT 2004


Update of /usr/cvsroot/asterisk/doc
In directory mongoose.digium.com:/tmp/cvs-serv18623/doc

Modified Files:
	README.variables 
Log Message:
Update variable descriptions (bug #1948)


Index: README.variables
===================================================================
RCS file: /usr/cvsroot/asterisk/doc/README.variables,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- README.variables	23 May 2004 14:19:45 -0000	1.19
+++ README.variables	29 Jun 2004 18:02:38 -0000	1.20
@@ -48,28 +48,31 @@
 
 There are also the following special variables: 
 
+${ACCOUNTCODE} 	Account code (if specified)
 ${CALLERID}	Caller ID
 ${CALLERIDNAME}	Caller ID Name only
 ${CALLERIDNUM}	Caller ID Number only
-${EXTEN}	Current extension
-${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
+${CONTEXT}      Current context
 ${DATETIME}	Current date time in the format: YYYY-MM-DD_HH:MM:SS
-${TIMESTAMP}	Current date time in the format: YYYYMMDD-HHMMSS
-${UNIQUEID}	Current call unique identifier
 ${DNID}         Dialed Number Identifier
-${RDNIS}        Redirected Dial Number ID Service
+${ENUM}		Result of application EnumLookup
+${EPOCH}	Current unix style epoch
+${EXTEN}	Current extension
+${ENV(VAR)}	Environmental variable VAR
 ${HANGUPCAUSE}	Asterisk hangup cause
-${ACCOUNTCODE}  Account code (if specified)
+${INVALID_EXTEN}The invalid called extension (used in the "i" extension)
 ${LANGUAGE}	Current language
+${LEN(VAR)}	String length of VAR (integer)
+${MEETMESECS} 	Number of seconds a user participated in a MeetMe conference
+${PRIORITY}	Current priority
+${RDNIS}        Redirected Dial Number ID Service
+${SIPCALLID} 	SIP Call-ID: header verbatim (for logging or CDR matching)
 ${SIPDOMAIN}    SIP destination domain of an inbound call (if appropriate)
 ${SIPUSERAGENT} SIP user agent 
-${SIPCALLID} 	SIP Call-ID: header verbatim (for logging or CDR matching)
-${MEETMESECS} 	Number of seconds a user participated in a MeetMe conference
+${TIMESTAMP}	Current date time in the format: YYYYMMDD-HHMMSS
+${TXTCIDNAME}	Result of application TXTCIDName
+${UNIQUEID}	Current call unique identifier
 
 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 




More information about the svn-commits mailing list