[Asterisk-cvs] asterisk/doc README.variables,1.40,1.41

kpfleming at lists.digium.com kpfleming at lists.digium.com
Thu Apr 21 22:04:40 CDT 2005


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

Modified Files:
	README.variables 
Log Message:
add ability to send transferring party to a dialplan target after they blind transfer another party (bug #4056, with mods)


Index: README.variables
===================================================================
RCS file: /usr/cvsroot/asterisk/doc/README.variables,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- README.variables	20 Apr 2005 14:46:54 -0000	1.40
+++ README.variables	22 Apr 2005 02:55:14 -0000	1.41
@@ -319,7 +319,7 @@
 ignored.
 
 ${ACCOUNTCODE} 	 	* Account code (if specified)
-${BLINDTRANSFER} 	The name of the channel on the other side a blind transfer
+${BLINDTRANSFER} 	The name of the channel on the other side of a blind transfer
 ${BRIDGEPEER}	 	Bridged peer
 ${CALLERANI}	 	* Caller ANI (PRI channels)
 ${CALLERID}	 	* Caller ID
@@ -336,6 +336,10 @@
 ${EPOCH}	 	* Current unix style epoch
 ${EXTEN}	 	* Current extension
 ${ENV(VAR)}	 	* Environmental variable VAR
+${GOTO_ON_BLINDXFR}	Transfer to the specified context/extension/priority
+			after a blind transfer (use ^ characters in place of
+			| to separate context/extension/priority when setting
+			this variable from the dialplan)
 ${HANGUPCAUSE}	 	* Asterisk cause of hangup (inbound/outbound)
 ${HINT}          	* Channel hints for this extension
 ${HINTNAME}      	* Suggested Caller*ID name for this extension




More information about the svn-commits mailing list