Displaying 2 results from an estimated 2 matches for "wav2mp3".
Did you mean:
2wav2mp3
2012 Jan 25
3
Executing Script after MixMonitor is called
Hello Guys,
I am trying to convert files that are .wac to mp3 after mixmonitor command is called but it doesnt execute the command, I tried the command in terminal it worked, any help please ... below is my dial plan
exten=6500,n,Set(MIXMONITOR_EXEC=&& nice -n 19 /usr/local/bin/lame -b 8 -t -F -m m --bitwidth 8 --quiet "/var/spool/asterisk/monitor/${CALLFILENAME}.wav"
2004 Dec 19
1
Make asterisk launch script after completing call.
OK. I now have call recording working for both incoming and outgoing
calls.
Now I want to make those wavs into mp3. I could launch a script from
cron that checks for new wavs and converts them. But that wouldn't be
so elegant.
Launching it from * on hangup would be nicer. How is it done?
[outgoing]
exten => _0.,1,SetVar(CALLFILENAME=${EXTEN:1}-${TIMESTAMP})
exten =>