[Home]

Summary:ASTERISK-16483: AudioHook Inherit doesn't work after atxfer.
Reporter:anonymouz666 (anonymouz666)Labels:
Date Opened:2010-07-30 14:59:01Date Closed:2011-06-07 14:05:17
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_mixmonitor
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The scenario is very simple:

SIP A calls SIP B. SIP A atxfer SIP B to SIP C. At this time the file is increasing. After SIP A hangups, SIP B and SIP C are talking - looking at the recording file is totally stopped (didn't inherit).

At the moment SIP A is calling SIP B, this is the dialplan for recording:

exten => _3XX,n,MixMonitor(${CALLERID(num)}-${EXTEN}-${UNIQUEID}.wav49|bW(0))
exten => _3XX,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)
exten => _3XX,n,Dial(SIP/${EXTEN},35)  
Comments:By: David Vossel (dvossel) 2010-07-30 15:36:21

I talked to the reporter on IRC.  We determined that AUDIOHOOK_INHERIT works as expected, but that does not include the scenario in the description.