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 command ? Will asterisk > stack commands or will it stop the first one to execute the second one > ?
If you want non-blocking (asynchronous) commands, check out the ExternalIVR interface instead of using AGI. -- Jared Smith Training Manager Digium, Inc. _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
