Hi All I am using asterisk 1.4.18.1.My problem is that Mixmonitor is not recording complete recording. Suppose i got a call connected and talking for 3 minutes then mixmonitor records only 2 minutes of call. This problem happens randomly.Please help as i am suffering very much due to this problem. Rahul Yadav -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080506/875c2a08/attachment.htm
I had a similar problem. In my case Asterisk was crashing due to MixMonitor() and then automatically restarting. I have never found a alternative solution to record the calls. Regards, Sanjay Rajdev ----- Original Message ----- From: "Rahul Yadav" <rahulyadav1 at gmail.com> To: asterisk-users at lists.digium.com Sent: Tuesday, May 6, 2008 10:54:32 PM GMT +05:30 Chennai, Kolkata, Mumbai, New Delhi Subject: [asterisk-users] Mixmonitor recording issue Hi All I am using asterisk 1.4.18.1.My problem is that Mixmonitor is not recording complete recording. Suppose i got a call connected and talking for 3 minutes then mixmonitor records only 2 minutes of call. This problem happens randomly.Please help as i am suffering very much due to this problem. Rahul Yadav _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080506/5cb4f067/attachment.htm
I had a similar problem when the calls were not recorded when there was a transfer. Is that your case? If so, the solution is to start recording on the inbound leg of the call for all channels. Just like that: [default] exten => _00XXXX[2-6]XXXXXXX,1,Dial(Local/${EXTEN}@recording) [recording] exten => _00XXXX[2-6]XXXXXXX,1,MixMonitor(${CALLERID(num)}-${STRFTIME(${EPOCH},America/Sao_Paulo,%Y-%m-%d-%H-%M-%S)}-${EXTEN}.wav) exten => _00XXXX[2-6]XXXXXXX,n,Dial(Zap/g1/${EXTEN:1}) Att Vin?cius Fontes Desenvolvimento Canall Tecnologia em Comunica??es Ltda. ----- "Rahul Yadav" <rahulyadav1 at gmail.com> escreveu:> Hi All > > > I am using asterisk 1.4.18.1.My problem is that Mixmonitor is not > recording complete recording. > Suppose i got a call connected and talking for 3 minutes then > mixmonitor records only 2 minutes of call. > This problem happens randomly.Please help as i am suffering very much > due to this problem. > > Rahul Yadav > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users