[Home]

Summary:ASTERISK-14317: [patch] Recorded files get deleted before mixing if the call was transfered
Reporter:dmitry2004 (dmitry2004)Labels:
Date Opened:2009-06-16 05:36:50Date Closed:2009-08-31 17:41:28
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_monitor
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) patch-my-res_monitor.c
Description:We record all calls coming into queue with
exten => 1,1,Set(MONITOR_FILENAME=${UNIQUEID})
exten => 1,n,Monitor(wav,${MONITOR_FILENAME},mb)
exten => 1,n,Queue(new_queue)

If the call is att transfered the recorded files
get deleted by Asterisk.
Comments:By: dmitry2004 (dmitry2004) 2009-06-16 05:41:49

1.6.0.9 branch also does this

By: caspy (caspy) 2009-06-16 07:53:09

seems like this is the same as ASTERISK-1513313

By: dmitry2004 (dmitry2004) 2009-06-16 08:15:41

to caspy: Thanx! Yes, the same bug