Skip to content
Snippets Groups Projects
Commit a09110c8 authored by BJ Weschke's avatar BJ Weschke
Browse files

Adding documentation about API change approved in order to fix bug(s).


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25012 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent c1649932
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,16 @@ Applications:
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment