[Asterisk-cvs] asterisk UPGRADE.txt,1.7,1.8

russell at lists.digium.com russell at lists.digium.com
Sat Apr 2 18:32:18 CST 2005


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

Modified Files:
	UPGRADE.txt 
Log Message:
add note about autofallthrough


Index: UPGRADE.txt
===================================================================
RCS file: /usr/cvsroot/asterisk/UPGRADE.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- UPGRADE.txt	1 Apr 2005 04:38:12 -0000	1.7
+++ UPGRADE.txt	3 Apr 2005 00:25:21 -0000	1.8
@@ -44,3 +44,14 @@
   none of the members are available (e.g. agents not logged on).  To
   restore the original behavior, use "leavewhenempty=strict" or 
   "joinwhenempty=strict" instead of "=yes" for those options.
+
+Extensions:
+
+* By default, there is a new option called "autofallthrough" in
+  extensions.conf that is set to yes.  Asterisk 1.0 (and earlier) 
+  behavior was to wait for an extension to be dialed after there were no 
+  more extensions to execute.  "autofallthrough" changes this behavior
+  so that the call will immediately be terminated with BUSY,
+  CONGESTION, or HANGUP based on Asterisk's best guess.  If you are
+  writing an extension for IVR, you must use the WaitExten application
+  if "autofallthrough" is set to yes.




More information about the svn-commits mailing list