[Asterisk-Users] soxmix

Joseph syscon at interbaun.com
Sun Nov 28 16:21:57 MST 2004


On Sun, 2004-11-28 at 17:43 -0500, Tim Mattison wrote:
> You may want to try calling StopMonitor to see if that forces a merge.
> I've used Monitor before on Gentoo and it works with soxmix but I've
> never tried to do it without an explicit StopMonitor.
> 
I've tried make not difference:
exten => 711,1,SetVar(CALLFILENAME=${EXTEN:1}-${TIMESTAMP})
exten => 711,2,Monitor(wav,${CALLFILENAME},m)
exten => 711,3,Dial(${sales_support},20,r)
exten => 711,4,StopMonitor
exten => 711,5,Voicemail(u11)             ; Right to voicemail
exten => 711,6,Hangup()

Sill ending up with two files:
-rw-r--r--  1 root root 269804 Nov 28 16:16 11-20041128-161619|m-in.wav
-rw-r--r--  1 root root 254924 Nov 28 16:16 11-20041128-161619|m-out.wav

Though that pipe +"m" is part of the filename, as if the soxmix wasn't
executing.  Soxmix is in the path.

-- 
#Joseph



More information about the asterisk-users mailing list