<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>*8 (call pickup) using Manager or AGI interfaces?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<BR>

<P><FONT SIZE=2 FACE="Arial">I'd like to programmatically do the equivalent of a *8 using either the Manager or AGI interfaces or some other Asterisk interface.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">In this scenario, a line is ringing, the &quot;pickup&quot; program executes with an argument that is the extension to connect the incoming call to. That extension starts to ring and, when answered, the incoming call is automatically connected to the extension.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">As I understand it the &quot;Redirect&quot; only work on calls that are already connected (not ringing). Can I use the &quot;Answer&quot; command in the AGI to answer the incoming call and the &quot;Redirect&quot; to connect them together in some creative way to do this?</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Or am I missing some much easier way?</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Thanks!</FONT>
</P>

</BODY>
</HTML>