On 10/11/07, <b class="gmail_sendername">James FitzGibbon</b> <<a href="mailto:james.fitzgibbon@gmail.com">james.fitzgibbon@gmail.com</a>> wrote:<div><span class="gmail_quote"></span> <br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div>What you do in between is up to you. Many people use something like Wait(2) to give a "comfort ring", since PRI-connected incoming calls can often be set up nearly instantaneously. You'd want to limit the time obviously, and have proper exception handling in case whatever you're doing between Ringing() and Answer() fails.
</div></div></blockquote><div><br>I should add that some applications (usually ones dealing with audio) will answer the channel for you, so you do have to be cognizant of that. If what you're doing in between is information processing, you should be OK, but I believe calling an AGI will auto-answer the channel, limiting what you can do somewhat.
<br></div><br></div>-- <br>j.