[Home]

Summary:ASTERISK-13457: [patch] delete file on hangup in app_record does not make sense
Reporter:Marcus Hunger (fnordian)Labels:
Date Opened:2009-01-27 04:35:16.000-0600Date Closed:2009-02-13 10:44:38.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_record
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_record.patch
Description:Issue 13669 introduced a very strange behavior to app_record. If the channel using Record gets hung up, the file containing the recording is deleted without leaving the possibility to use it. It expects the user to terminate the recording explicitly with a terminator key but this really contrasts with the application's x-option. ("'x' : ignore all terminator keys (DTMF) and keep recording until hangup"). There should at least be an option to configure this behavior. I could provide a patch if needed.
Comments:By: Digium Subversion (svnbot) 2009-02-13 10:41:16.000-0600

Repository: asterisk
Revision: 175549

U   trunk/apps/app_record.c

------------------------------------------------------------------------
r175549 | file | 2009-02-13 10:41:15 -0600 (Fri, 13 Feb 2009) | 4 lines

Add an option to keep the recorded file upon hangup.
(closes issue ASTERISK-13457)
Reported by: fnordian

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=175549

By: Digium Subversion (svnbot) 2009-02-13 10:43:13.000-0600

Repository: asterisk
Revision: 175550

_U  branches/1.6.0/
U   branches/1.6.0/apps/app_record.c

------------------------------------------------------------------------
r175550 | file | 2009-02-13 10:43:13 -0600 (Fri, 13 Feb 2009) | 11 lines

Merged revisions 175549 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r175549 | file | 2009-02-13 12:41:15 -0400 (Fri, 13 Feb 2009) | 4 lines
 
 Add an option to keep the recorded file upon hangup.
 (closes issue ASTERISK-13457)
 Reported by: fnordian
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=175550

By: Digium Subversion (svnbot) 2009-02-13 10:44:38.000-0600

Repository: asterisk
Revision: 175551

_U  branches/1.6.1/
U   branches/1.6.1/apps/app_record.c

------------------------------------------------------------------------
r175551 | file | 2009-02-13 10:44:37 -0600 (Fri, 13 Feb 2009) | 11 lines

Merged revisions 175549 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r175549 | file | 2009-02-13 12:41:15 -0400 (Fri, 13 Feb 2009) | 4 lines
 
 Add an option to keep the recorded file upon hangup.
 (closes issue ASTERISK-13457)
 Reported by: fnordian
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=175551