[Asterisk-Users] Call Recording?

Don Pobanz asterisk at hastingsutilities.com
Thu Mar 23 11:14:17 MST 2006


Charles Marcus wrote:
> Is Asterisk capable of allowing for the recording of calls on a per 
> extension basis?
> 

Yes, I use

exten => 
51,1,Set(CALLFILENAME=/var/log/calls/${EXTEN}-${CALLERIDNUM}-${TIMESTAMP})
exten => 51,n,Monitor(wav,${CALLFILENAME},m)
exten => 51,n,Dial(Zap/10)

Don Pobanz



More information about the asterisk-users mailing list