[svn-commits] trunk r25012 - /trunk/UPGRADE.txt

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon May 8 04:10:59 MST 2006


Author: bweschke
Date: Fri May  5 15:12:59 2006
New Revision: 25012

URL: http://svn.digium.com/view/asterisk?rev=25012&view=rev
Log:
 Adding documentation about API change approved in order to fix bug(s).


Modified:
    trunk/UPGRADE.txt

Modified: trunk/UPGRADE.txt
URL: http://svn.digium.com/view/asterisk/trunk/UPGRADE.txt?rev=25012&r1=25011&r2=25012&view=diff
==============================================================================
--- trunk/UPGRADE.txt (original)
+++ trunk/UPGRADE.txt Fri May  5 15:12:59 2006
@@ -93,6 +93,16 @@
   option, it will default to "no" to keep backward compatability with the old 
   behavior.
 
+* ast_play_and_record would attempt to cancel the recording if a DTMF
+  '0' was received.  This behavior was not documented in most of the
+  applications that used ast_play_and_record and the return codes from
+  ast_play_and_record weren't checked for properly.
+  ast_play_and_record has been changed so that '0' no longer cancels a
+  recording.  If you want to allow DTMF digits to cancel an
+  in-progress recording use ast_play_and_record_full which allows you
+  to specify which DTMF digits can be used to accept a recording and
+  which digits can be used to cancel a recording.
+
 Manager:
 
 * After executing the 'status' manager action, the "Status" manager events



More information about the svn-commits mailing list