Summary: | ASTERISK-04331: [patch] WAV in res_features.c should be wav | ||
Reporter: | Daniel Eriksson (puppet) | Labels: | |
Date Opened: | 2005-06-03 08:03:24 | Date Closed: | 2008-01-15 15:37:00.000-0600 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | Resources/res_features |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ( 0) res_features.c-diff-WAV-wav.diff | |
Description: | Just a minor bug with the record function, the default filetype is WAV and that wont work since its casesensative. | ||
Comments: | By: Daniel Eriksson (puppet) 2005-06-03 08:13:24 Can someone please change the category? Misstakly took wrong. Forgot to add the log from how it was before I changed WAV to wav. -- User hit '*1' to record call. filename: WAV|auto-1117797655-1000-0736523xxx|m Jun 3 13:20:55 WARNING[5747]: file.c:933 ast_writefile: No such format 'WAV' Jun 3 13:20:55 WARNING[5747]: res_monitor.c:154 ast_monitor_start: Could not create file /var/spool/asterisk/monitor/auto-1117797655-1000-0736523xxx-in Jun 3 13:20:55 WARNING[5747]: res_monitor.c:300 ast_monitor_change_fname: Cannot change monitor filename of channel SIP/rix-c536 to auto-1117797655-1000-0736523xxx, monitoring not started -- Attempting native bridge of SIP/1000-c71f and SIP/rix-c536 First bugreport :) By: Kevin P. Fleming (kpfleming) 2005-06-03 08:47:40 Committed to CVS HEAD, thanks! For future patches that have more "meat" to them, please ensure that you have a disclaimer on file so that we won't have any delay in processing your patches. By: Digium Subversion (svnbot) 2008-01-15 15:37:00.000-0600 Repository: asterisk Revision: 5832 U trunk/res/res_features.c ------------------------------------------------------------------------ r5832 | kpfleming | 2008-01-15 15:36:59 -0600 (Tue, 15 Jan 2008) | 2 lines correct case of file type for one-touch monitoring (bug ASTERISK-4331) ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=5832 |