[asterisk-bugs] [Asterisk 0018817]: MONITOR_FILENAME should be MIXMONITOR_FILENAME in documentation of MONITOR_EXEC
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Apr 19 09:33:22 CDT 2011
The following issue requires your FEEDBACK.
======================================================================
https://issues.asterisk.org/view.php?id=18817
======================================================================
Reported By: davidw
Assigned To: lmadsen
======================================================================
Project: Asterisk
Issue ID: 18817
Category: Documentation
Reproducibility: N/A
Severity: text
Priority: normal
Status: feedback
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 307791
Request Review:
======================================================================
Date Submitted: 2011-02-15 11:23 CST
Last Modified: 2011-04-19 09:33 CDT
======================================================================
Summary: MONITOR_FILENAME should be MIXMONITOR_FILENAME in
documentation of MONITOR_EXEC
Description:
In queues.conf.sample, both the variable used to force the filename for
MixMonitor and the variable that gets set to the actual filename are shown
as MONITOR_FILENAME. However, the latter is actually MIXMONITOR_FILENAME,
as set by this line in app_mixmonitor.c:
apps/app_mixmonitor.c: pbx_builtin_setvar_helper(chan,
"MIXMONITOR_FILENAME", args.filename);
and as indicated in the API meta-data:
<variable name="MIXMONITOR_FILENAME">
<para>Will contain the filename
used to record.</para>
</variable>
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-04-19 09:33 lmadsen Status assigned => feedback
======================================================================
More information about the asterisk-bugs
mailing list