[Asterisk-cvs] asterisk UPGRADE.txt,1.14,1.15

kpfleming at lists.digium.com kpfleming at lists.digium.com
Tue Jul 12 18:20:43 CDT 2005


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

Modified Files:
	UPGRADE.txt 
Log Message:
add support for multiple-digit extensions in queue exit contexts (bug #4690)
add QUEUEAGENTCOUNT dialplan function (bug #4690)


Index: UPGRADE.txt
===================================================================
RCS file: /usr/cvsroot/asterisk/UPGRADE.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- UPGRADE.txt	2 Jun 2005 22:20:59 -0000	1.14
+++ UPGRADE.txt	12 Jul 2005 22:28:50 -0000	1.15
@@ -106,6 +106,12 @@
   restore the original behavior, use "leavewhenempty=strict" or 
   "joinwhenempty=strict" instead of "=yes" for those options.
 
+* It is now possible to use multi-digit extensions in the exit context
+  for a queue (although you should not have overlapping extensions,
+  as there is no digit timeout). This means that the EXITWITHKEY event
+  in queue_log can now contain a key field with more than a single
+  character in it.
+
 Extensions:
 
 * By default, there is a new option called "autofallthrough" in




More information about the svn-commits mailing list