[asterisk-bugs] [Asterisk 0016609]: Record() doesn't produce recorded file on hangup with 'x' option

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Jan 14 20:17:10 CST 2010


The following issue has been SUBMITTED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16609 
====================================================================== 
Reported By:                dominii
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16609
Category:                   Applications/app_record
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.2.0 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-01-14 20:17 CST
Last Modified:              2010-01-14 20:17 CST
====================================================================== 
Summary:                    Record() doesn't produce recorded file on hangup
with 'x' option
Description: 
According to 'core show application Record':
x: Ignore all terminator keys (DTMF) and keep recording until hangup.

However, the using the following AEL dialplan code:
6000 => {
   Answer;
   Record(/tmp/foo.wav,5,15,x);
}

you will be able to place a call to extension 6000.  After hanging up,
${RECORD_STATUS} is set to 'HANGUP', but ${RECORDED_FILE} is empty and
'/tmp/foo.wav' is not created.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-01-14 20:17 dominii        New Issue                                    
2010-01-14 20:17 dominii        Asterisk Version          => 1.6.2.0         
2010-01-14 20:17 dominii        Regression                => No              
2010-01-14 20:17 dominii        SVN Branch (only for SVN checkouts, not tarball
releases) => N/A             
======================================================================




More information about the asterisk-bugs mailing list