Summary: | ASTERISK-00602: [patch] app_agi should trim end stream when using FILE RECORD | ||
Reporter: | jmaslak (jmaslak) | Labels: | |
Date Opened: | 2003-11-30 22:29:44.000-0600 | Date Closed: | 2011-06-07 14:10:08 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | Core/General |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ( 0) app_agi_record_noise_patch.diff | |
Description: | FILE RECORD includes a brief amount of noise at the end of the output file. This noise is typically either a DTMF tone or the noise of a call hanging up. app_record handles this by removing the last 1/4 second from the file. I've copied the code into app_agi. This is a really ugly fix - the right thing to do would be to refactor both app_record and app_agi to combine all the recording functionality in one area of the code, but I don't have the time to do that right now. Diff attached. I'll send a copyright disclaimer via USPS tomorrow. | ||
Comments: | By: Mark Spencer (markster) 2003-12-01 19:56:19.000-0600 How about making it an argument or something, instead of being unconditional? By: Brian West (bkw918) 2004-01-26 22:19:36.000-0600 can you provide a diff with it being a config option? By: Olle Johansson (oej) 2004-04-10 08:28:32 jmaslak: Any updates? We need to move this forward or - if nothing happens - close this bug report. By: Brian West (bkw918) 2004-04-18 01:36:06 PING PONG House Keeping |