[asterisk-bugs] [Asterisk 0013538]: [patch] Recording stops after Transfer when using MixMonitor()
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Dec 19 16:26:54 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13538
======================================================================
Reported By: mbit
Assigned To: putnopvut
======================================================================
Project: Asterisk
Issue ID: 13538
Category: Applications/app_mixmonitor
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: ready for review
Asterisk Version: 1.4.21.2
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-09-23 00:02 CDT
Last Modified: 2008-12-19 16:26 CST
======================================================================
Summary: [patch] Recording stops after Transfer when using
MixMonitor()
Description:
When an extension is set to record and the call is transferred to another
extensions which is also recording, the recording stops as soon as the call
is transferred.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0007717 MixMonitor stops after attended call tr...
has duplicate 0013554 Mixmonitor doens't record call after at...
======================================================================
----------------------------------------------------------------------
(0096735) svnbot (reporter) - 2008-12-19 16:26
http://bugs.digium.com/view.php?id=13538#c96735
----------------------------------------------------------------------
Repository: asterisk
Revision: 166092
U trunk/CHANGES
A trunk/funcs/func_audiohookinherit.c
U trunk/include/asterisk/audiohook.h
U trunk/main/audiohook.c
U trunk/main/channel.c
------------------------------------------------------------------------
r166092 | mmichelson | 2008-12-19 16:26:52 -0600 (Fri, 19 Dec 2008) | 28
lines
Adding a new dialplan function AUDIOHOOK_INHERIT
This function is being added as a method to allow for
an audiohook to move to a new channel during a channel
masquerade. The most obvious use for such a facility is
for MixMonitor when a transfer is performed. Prior to
the addition of this functionality, if a channel
running MixMonitor was transferred by another party, then
the recording would stop once the transfer had completed.
By using AUDIOHOOK_INHERIT, you can make MixMonitor
continue recording the call even after the transfer
has completed.
It has also been determined that since this is seen
by most as a bug fix and is not an invasive change,
this functionality will also be backported to 1.4 and
merged into the 1.6.0 branches, even though they are
feature-frozen.
(closes issue http://bugs.digium.com/view.php?id=13538)
Reported by: mbit
Patches:
13538.patch uploaded by putnopvut (license 60)
Tested by: putnopvut
Review: http://reviewboard.digium.com/r/102/
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=166092
Issue History
Date Modified Username Field Change
======================================================================
2008-12-19 16:26 svnbot Checkin
2008-12-19 16:26 svnbot Note Added: 0096735
======================================================================
More information about the asterisk-bugs
mailing list