[Home]

Summary:ASTERISK-05238: Record File with DTMF termination leaves a bit of DTMF in the recording
Reporter:Jim Gottlieb (tokyojimu)Labels:
Date Opened:2005-10-04 16:29:14Date Closed:2008-01-15 15:50:05.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_agi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Using AGI's Record File with DTMF Termination leaves a bit of the DTMF used to terminate in the recording at the end.

If a recording is ended with DTMF, it's probably best to lop off the last 100 ms or 200 ms to remove the tone fragment.

****** ADDITIONAL INFORMATION ******

This problem has always existed, and it's always bothered me, but one of our customers has been complaining about this, so I was motivated to file a bug on it.
Comments:By: Jim Gottlieb (tokyojimu) 2005-10-04 16:40:45

To hear an example, call +1 619 364 0221.  You'll hear a bit of DTMF at the end of each prompt.

By: Kevin P. Fleming (kpfleming) 2005-10-04 18:40:22

Fixed in CVS HEAD.

This would only affect inband DTMF users, but it seems reasonable to drop the last 200ms of the recording in any case.

By: Digium Subversion (svnbot) 2008-01-15 15:50:05.000-0600

Repository: asterisk
Revision: 6717

U   trunk/res/res_agi.c

------------------------------------------------------------------------
r6717 | kpfleming | 2008-01-15 15:50:05 -0600 (Tue, 15 Jan 2008) | 2 lines

truncate last 200ms of DTMF-terminated recording to eliminate inband DTMF (issue ASTERISK-5238)

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

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