[Asterisk-Users] Recording in a call center
sjaak imap
sjaak at vsm-hosting.nl
Fri Apr 29 08:15:14 MST 2005
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 at 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
>
More information about the asterisk-users
mailing list