I&#39;ve been trying to get an AGI &quot;transfer&quot; to work for several weeks now.  It isn&#39;t error-ing out, but it isn&#39;t working either.<br><br>I can&#39;t use &quot;dial&quot; in this case due to what I&#39;m trying to accomplish.<br>
<br>Does an AGI Transfer actually work?  <br><br><span style="color: rgb(51, 51, 255);">-= Info about application &#39;Transfer&#39; =-</span>
<p style="color: rgb(51, 51, 255);">[Synopsis]<br>
Transfer caller to remote extension</p>
<p style="color: rgb(51, 51, 255);">[Description]<br>
  Transfer([Tech/]dest[|options]):  Requests the remote caller be transferred<br>
to a given destination. If TECH (SIP, IAX2, LOCAL etc) is used, only<br>
an incoming call with the same channel technology will be transfered.<br>
Note that for SIP, if you transfer before call is setup, a 302 redirect<br>
SIP message will be returned to the caller.</p>
<p style="color: rgb(51, 51, 255);">The result of the application will be reported in the TRANSFERSTATUS<br>
channel variable:<br>
       SUCCESS      Transfer succeeded<br>
       FAILURE      Transfer failed<br>
       UNSUPPORTED  Transfer unsupported by channel driver<br>
The option string many contain the following character:<br>
&#39;j&#39; -- jump to n+101 priority if the channel transfer attempt<br>
       fails</p><br>Thanks!!<br>PB<br><br>