I would like to record two months of calls. The call center does not have a huge volume, probably like 60 calls a day and average about 15 min a call. I am using a quad port e1 card from digium. i would like to record the calls on a seperate server than the one running asterisk to avoid any problems. any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050429/6cf193fd/attachment.htm
60 calls a day is nothing. I'm sure your Asterisk box can handle it with the standard Monitor command. I've recorded many calls, 8+ hours straight and I'm on a crap old Pentium 3 633MHz system. What exactly do you fear will happen if you record on the Asterisk box? -- Dana On 4/29/05, Steve Totaro <asterisk@totarotechnologies.com> wrote:> I would like to record two months of calls. The call center does not have a > huge volume, probably like 60 calls a day and average about 15 min a call. > I am using a quad port e1 card from digium. i would like to record the > calls on a seperate server than the one running asterisk to avoid any > problems. > > any ideas? > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > >
You need something like this ?? exten => _0.,1,SetVar(CALLFILENAME=${CALLERIDNUM}-${EXTEN}-${TIMESTAMP}) exten => _0.,2,Monitor(wav,${CALLFILENAME},m) exten => _0.,3,Dial,SIP/XXXXX${EXTEN}@xxx.xxx.xxx.xxx and mount another server with NFS or SAMBA on /var/spool/asterisk/monitor That would be the job. Sjaak> I would like to record two months of calls. The call center does not > have a huge volume, probably like 60 calls a day and average about 15 > min a call. I am using a quad port e1 card from digium. i would like > to record the calls on a seperate server than the one running asterisk > to avoid any problems. > > any ideas? > >------------------------------------------------------------------------ > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >