Thorben Jensen
2012-Jul-28 06:58 UTC
[asterisk-users] MixMonitor creating file on non-bridged calls with option b
I am using MixMonitor to record calls and I have set the "b" option as I don't want to get files for non-bridged calls. Mixmonitor always creates a file with 0 bytes even when the call is not bridged. Is it possible to avoid this somehow? This is what I do: Set(CALLFILENAME=${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}_${CALLERID(num)}); MixMonitor(${CALLFILENAME},b); Regards Thorben -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120728/b4d61eb7/attachment.htm>
Ikka Vertika (Mitra Kreasindo)
2012-Aug-03 04:21 UTC
[asterisk-users] MixMonitor creating file on non-bridged calls with option b
HI, What version is your asterisk ? I'm using 10.2, 10.4. 10.6, there all have the same problem. I had read once, that there's a bug in asterisk 10.4, and fixed with patch. But if it fixed, why 10.61 still have the same problem ? I tried to patch it (ver 10.6x), but the patching process was unsuccessfull. Some error occurs. The problem is still there. Regards, Ikka (Jakarta, Indonesia) From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Thorben Jensen Sent: Saturday, July 28, 2012 1:58 PM To: asterisk-users Subject: [asterisk-users] MixMonitor creating file on non-bridged calls with option b I am using MixMonitor to record calls and I have set the "b" option as I don't want to get files for non-bridged calls. Mixmonitor always creates a file with 0 bytes even when the call is not bridged. Is it possible to avoid this somehow? This is what I do: Set(CALLFILENAME=${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}_${CALLERID(num)}); MixMonitor(${CALLFILENAME},b); Regards Thorben -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120803/86647708/attachment.htm>
Ikka.vertika
2012-Aug-03 14:20 UTC
[asterisk-users] MixMonitor creating file on non-bridged calls with option b
I have read an earlier posts in this forum that said it was a bug in asterisk 10.4 and there's a patch to fix it. So it already reported as bug.? But i use asterisk 10.61 and that bug is still there, unfixed.? We upgrade to the newest version for the new feature that we can use, ?and also hoping for fixed bugs. ?But we absolutly not hoping to get an extra job fixiing the bug that has supposely has been fix... Sent from Samsung Mobile Thorben Jensen <info at thorben.dk> wrote: Hi Jonathan, If I set the MixMonitor option on a queue, it will not create an zero length file if the call is not bridged, and I just assumed it would be the case with option b. I have set the fileformat to raw, but if I set it to wav it will create a 64 byte file. Off course I can delete the files in a script, but I thought I was doing something wrong. I have not made a bug report. Regards Thorben -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120803/45582eef/attachment.htm>