[asterisk-bugs] [Asterisk 0018742]: [patch] MIXMON_ARGS not processed when call being monitored via chanspy
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Mar 14 16:17:15 CDT 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18742
======================================================================
Reported By: jkister
Assigned To: jrose
======================================================================
Project: Asterisk
Issue ID: 18742
Category: Applications/app_mixmonitor
Reproducibility: always
Severity: major
Priority: normal
Status: ready for testing
Asterisk Version: 1.8.2.3
JIRA: SWP-3043
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2011-02-03 11:02 CST
Last Modified: 2011-03-14 16:17 CDT
======================================================================
Summary: [patch] MIXMON_ARGS not processed when call being
monitored via chanspy
Description:
x146 is talking to an outside line
x143 uses extenspy to listen on x146
x146 hangs up the call to outside line (while x143 is still monitoring)
${MIXMON_ARGS} is not honored.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
has duplicate 0018750 The MixMonitor application fails to exe...
======================================================================
----------------------------------------------------------------------
(0132915) svnbot (reporter) - 2011-03-14 16:17
https://issues.asterisk.org/view.php?id=18742#c132915
----------------------------------------------------------------------
Repository: asterisk
Revision: 310726
U branches/1.8/main/channel.c
------------------------------------------------------------------------
r310726 | jrose | 2011-03-14 16:17:14 -0500 (Mon, 14 Mar 2011) | 13 lines
Moves data store destruction from channel destruction to hangup in
channel.c
This moves the data store destruction and app signaling events for a call
to ast_hangup so that threads which wait for data store destruction
don't become stuck forever when attached to an application/function/etc
that keeps the channel open.
(closes issue https://issues.asterisk.org/view.php?id=18742)
Reported by: jkister
Patches:
patch.diff uploaded by jrose (license 1225)
Tested by: jkister, jcovert, jrose
Review: https://reviewboard.asterisk.org/r/1136/
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=310726
Issue History
Date Modified Username Field Change
======================================================================
2011-03-14 16:17 svnbot Note Added: 0132915
======================================================================
More information about the asterisk-bugs
mailing list