[asterisk-bugs] [Asterisk 0016534]: mixmonitor CLI command is broken
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jan 4 09:51:04 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16534
======================================================================
Reported By: jlaguilar
Assigned To: mvanbaak
======================================================================
Project: Asterisk
Issue ID: 16534
Category: Applications/app_mixmonitor
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: 1.6.2.0
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-01-02 21:30 CST
Last Modified: 2010-01-04 09:51 CST
======================================================================
Summary: mixmonitor CLI command is broken
Description:
In asterisk 1.6.2.0 the mixmonitor CLI command is being registered
incorrectly.
app_mixmonitor.c (Line 593):
e->command = "mixmonitor {start|stop} {<chan_name>} [args]";
It is expecting the 3rd argument to be exactly "<chan_name>". If it isn't,
asterisk will report that the command does not exist. And if you set it to
be "<chan_name>" it will find the command but it will obviuosly return that
the channel was not found.
Resgitering the command as:
e->command = "mixmonitor {start|stop}";
Fixes the problem.
======================================================================
----------------------------------------------------------------------
(0115903) lmadsen (administrator) - 2010-01-04 09:51
https://issues.asterisk.org/view.php?id=16534#c115903
----------------------------------------------------------------------
I've assigned this to mvanbaak for now, but if he can't fix it in the next
few days, please let me know so I can reassign. Thanks!
Issue History
Date Modified Username Field Change
======================================================================
2010-01-04 09:51 lmadsen Note Added: 0115903
======================================================================
More information about the asterisk-bugs
mailing list