[Home]

Summary:ASTERISK-23540: Attended transfer stops call recordings on outbound calls
Reporter:Andrew van Niekerk (drdrew7906)Labels:
Date Opened:2014-03-26 10:55:39Date Closed:2014-03-26 12:32:56
Priority:CriticalRegression?
Status:Closed/CompleteComponents:Applications/app_mixmonitor
Versions:11.5.1 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Centos 6.4 Final Kernel 2.6.32-358.18.1.el6.i686 Attachments:
Description:When performing an attended transfer (*2) the call recording stops - only the first call is recorded. This only happens on outbound calls.

Blind transfers keeps the recording going on the transferred extensions.

Inbound calls do still keep on recording when doing assisted transfers as well as blind transfers so this issue is limited to doing an assisted transfer on an outbound call.
Comments:By: Matt Jordan (mjordan) 2014-03-26 12:32:56.193-0500

Feature attended transfers involve masquerades. In order for a MixMonitor to carry over, the AudioHook inherit function needs to be called on the appropriate channels.

See [https://wiki.asterisk.org/wiki/display/AST/Function_AUDIOHOOK_INHERIT] for more information.