Re: [asterisk-users] AGI STREAM FILE and not blocking execution

2009-10-22 Thread Patrick
Hello guys, Thank you for your answers I've seen in the ExternalIVR command : If the child process dies, ExternalIVR() will notice this and hang up the channel immediately (and also send a message to the log). That's not what I'd like, I want that if the process finish gracefully that the AGI s

Re: [asterisk-users] AGI STREAM FILE and not blocking execution

2009-10-22 Thread Jared Smith
On Thu, 2009-10-22 at 08:43 +0200, Patrick wrote: > I'm wondering if I can take benefits of long prompts to compute in the > background the next step to be performed by Asterisk. > > Do you know what will be the behavior of asterisk if I send a STREAM > FILE command immediately followed by another

Re: [asterisk-users] AGI STREAM FILE and not blocking execution

2009-10-22 Thread Steve Edwards
On Thu, 22 Oct 2009, Patrick wrote: > I'm wondering if I can take benefits of long prompts to compute in the > background the next step to be performed by Asterisk. I did this a few years ago so that I could process a credit card authorization request while the "Please wait..." prompt was playi

[asterisk-users] AGI STREAM FILE and not blocking execution

2009-10-21 Thread Patrick
Hello, I'm wondering if I can take benefits of long prompts to compute in the background the next step to be performed by Asterisk. Do you know what will be the behavior of asterisk if I send a STREAM FILE command immediately followed by another command ? Will asterisk stack commands or will it s