On Thursday 21 Jan 2016, Jerry Geis wrote: > I am using the AMI interface to start calls. > > At one point I have a 10 second delay "Wait(10)" in the dialplan... > During this time it "seems" that if I then connect with the manager > interface > and place a call that nothing happens till the 10 seconds is done... > > I am requesting Async yes... > manager_str Action: Originate[CR ][LF ]Async: Yes[CR ][LF ]Channel: > SIP/430[CR ][LF] (this is the first part of the AMI string) > > How can I get past that... I want the other call to happen right away.
Use Priority: to begin at the dialplan step after the Wait() command. -- AJS Note: Originating address only accepts e-mail from list! If replying off- list, change address to asterisk1list at earthshod dot co dot uk . -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
