[Home]

Summary:ASTERISK-20641: Erroneous error messages from Monitor when using options 'i' and 'o'
Reporter:Jonathan Rose (jrose)Labels:
Date Opened:2012-10-31 20:10:21Date Closed:2012-11-16 13:32:37.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_monitor
Versions:Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:Affects all currently supported version of Asterisk (tested 1.8 and 11) as far as I can guess.

The problem is pretty readily evident. These options omit either the input stream or output stream from being recorded depending on which is used. With the i option, an error is made at the end of the call complaining about the lack of an input stream file even though we deliberately omitted it to the effect of:
[Oct 19 15:19:53] WARNING[8199][C-00000000]: res_monitor.c:461 __ast_monitor_stop: File /var/spool/asterisk/monitor/audio-in-0 not found

With the o option, it's predictably opposite
[Oct 19 14:31:38] WARNING[5175][C-00000000]: res_monitor.c:471 __ast_monitor_stop: File /var/spool/asterisk/monitor/audio-out-0 not found
Comments: