[Home]

Summary:ASTERISK-07109: [patch] AGI command STREAM FILE does not log the file being played.
Reporter:Tony Mountifield (softins)Labels:
Date Opened:2006-06-06 13:14:52Date Closed:2006-07-20 11:18:22
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_agi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) res_agi.c-32601.patch
Description:When a file is played from the dialplan using Playback or Background, or from AGI using GET DATA, the file is logged in verbose mode. This doesn't happen when using STREAM FILE in AGI.

The attached patch adds a matching log message to handle_streamfile() along the same lines as in handle_getoption(), and corrects a possible NULL-dereference in handle_getoption().
Comments:By: Russell Bryant (russell) 2006-07-20 11:18:22

added to the trunk in rev 38021, thanks!