[asterisk-users] recrding calls

Chris Bagnall asterisk at lists.minotaur.cc
Fri Jan 18 19:34:48 CST 2013


On 19/1/13 1:25 am, Joseph wrote:
> I would like to outgoing/icoming calls and email the files.
> This is what I have:
> exten => _7.,n,Set(CALLFILENAME=${EXTEN:1}-${TIMESTAMP})
> exten => _7.,n,Monitor(wav,${CALLFILENAME},m)
> How do I email these file?

You probably want to use MixMonitor() instead of Monitor():
http://www.voip-info.org/wiki/view/Asterisk+cmd+Mixmonitor

One of its options allows you to execute a command at the end of 
recording, which you can then use to call a script to handle your 
recordings however you wish.

Kind regards,

Chris
-- 
This email is made from 100% recycled electrons



More information about the asterisk-users mailing list