Re: [asterisk-users] RESEND: Mixmonitor command parameter problem on Asterisk 1.8.4

2011-09-21 Thread covici
Execute a shell script instead -- too bad they have a small limit, but that should work. Ikka - Mitra Kreasindo ikka.vert...@mitrakreasindo.com wrote: Is anyone can help me with this ? I'm really desperate. Thx in ad. From: asterisk-users-boun...@lists.digium.com

[asterisk-users] RESEND: Mixmonitor command parameter problem on Asterisk 1.8.4

2011-09-20 Thread Ikka - Mitra Kreasindo
Is anyone can help me with this ? I'm really desperate. Thx in ad. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Ikka - Mitra Kreasindo Sent: Wednesday, September 14, 2011 5:02 PM To: 'Asterisk Users Mailing List -

Re: [asterisk-users] RESEND: Mixmonitor command parameter problem on Asterisk 1.8.4

2011-09-20 Thread Dale Noll
I am not real familiar with the size of MixMonitor parameters, but just looking at the output, I would suggest you change the logic to call a script with a single argument. something like this, MixMonitor(${FILENAME},bW(2),/usr/local/bin/convert_to_mp3 ^{FILENAME}) ---

Re: [asterisk-users] RESEND: Mixmonitor command parameter problem on Asterisk 1.8.4

2011-09-20 Thread Sam Govind
+1 Dale Alternatively I'd troubles using the MixMonitor() command execution, so what I did is used System(my commands here) just after the StopMixMonitor(). Using StopMixMonitor() is always recommended to guarantee save the recorded file and using any commands via System() is easy. On Wed, Sep