Hello Friends, <br><br>I have successfully being able to initiate a automatic Call with AMI that leads me to a Extension XXX. <br><br>In my extension.conf I have: exten =&gt; XXX,1,ChanSpy(SIP/). <br>The problem that I have is to listen to a Specific channel that&#39;s using SIP. 
<br><br>I tried out this: <br><br>
exten =&gt; XXX,1,Read(SPYNUM,extension)
<br>
exten =&gt; XXX,n,ChanSpy(SIP/${SPYNUM},q)
<br>&nbsp;&nbsp;  <br clear="all">It asks for a specific extension when I dial XXX, but want I&#39;m trying to do is to find the way to bring the  SPYNUM variable from AMI, I&#39;ve tried to pass Throw the originate command the variable SPYNUM, but with No luck, does any one already done this???
<br><br><br>Best Regards, Carlos<br>