Re: [asterisk-users] Method to use SOX inside a Dialplan

2009-10-10 Thread Martin
exten = _X.,n,System(sox arg1 ... argN) Martin On Sat, Oct 10, 2009 at 5:25 PM, Bart Fisher b...@icpage.com wrote: I'm trying create a feature that allows a callers to add more speech to his recording. I think this can be done inside a dialplan, but I can't find an example of how to do this.

Re: [asterisk-users] Method to use SOX inside a Dialplan

2009-10-10 Thread covici
The record app has an append feature, if I remember correctly. Bart Fisher b...@icpage.com wrote: I'm trying create a feature that allows a callers to add more speech to his recording. I think this can be done inside a dialplan, but I can't find an example of how to do this.

Re: [asterisk-users] Method to use SOX inside a Dialplan

2009-10-10 Thread Steve Edwards
On Sat, 10 Oct 2009, Bart Fisher wrote: I'm trying create a feature that allows a callers to add more speech to his recording. I think this can be done inside a dialplan, but I can't find an example of how to do this. Basically,after he records the primary message, a menu would play asking

Re: [asterisk-users] Method to use SOX inside a Dialplan

2009-10-10 Thread Barton Fisher
Steve Edwards wrote: On Sat, 10 Oct 2009, Bart Fisher wrote: I'm trying create a feature that allows a callers to add more speech to his recording. I think this can be done inside a dialplan, but I can't find an example of how to do this. Basically,after he records the primary message,

Re: [asterisk-users] Method to use SOX inside a Dialplan

2009-10-10 Thread Steve Edwards
Steve Edwards wrote: The dialplan snippet would look something like: exten = s,n,system(/path-to-sox/sox a.wav b.wav c.wav) This would copy a.wav followed by b.wav to a new file, c.wav. On Sat, 10 Oct 2009, Barton Fisher wrote: hmm, no luck. Here's what I have: exten =