<div dir="ltr"><pre style="white-space:pre-wrap;color:rgb(0,0,0)">>>On Thursday 21 Jan 2016, Jerry Geis wrote:
>><i> I am using the AMI interface to start calls.
</i>>><i> 
</i>>><i> At one point I have a 10 second delay "Wait(10)" in the dialplan...
</i>>><i> During this time it "seems" that if I then connect with the manager
</i>>><i> interface
</i>>><i> and place a call that nothing happens till the 10 seconds is done...
</i>>><i> 
</i>>><i> I am requesting Async yes...
</i>>><i> manager_str Action: Originate[CR ][LF ]Async: Yes[CR ][LF ]Channel:
</i>>><i> SIP/430[CR ][LF] (this is the first part of the AMI string)
</i>>><i> 
</i>>><i> How can I get past that... I want the other call to happen right away.
</i>
>Use Priority: to begin at the dialplan step after the Wait() command.</pre><div class="gmail_extra">Thanks AJS - Sorry, I was not clear enough.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Its not the command right after the Wait(10) that is being delayed.... </div><div class="gmail_extra">I have another process that issuing the commands to the AMI.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Its basically like this:</div><div class="gmail_extra"><br></div><div class="gmail_extra">AGI( run to bring items into conference SIP/100 & SIP/101 lets say)</div><div class="gmail_extra">Wait(10)</div><div class="gmail_extra">ConfBridge(to take this user into above conference)</div><div class="gmail_extra"><br></div><div class="gmail_extra">But the SIP/100 and SIP/101 calls do not take place until a second delay.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Why are the SIP/100&SIP/101 calls delayed during the Wait(10) ? </div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks</div><div class="gmail_extra"><br></div><div class="gmail_extra">Jerry</div></div>