Thank you Mark.&nbsp; I did try it out myself and figured out that it did work as I wanted.&nbsp; Thanks for the quick reply though.<br clear="all"><br>Nicholas Blasgen<br>Partner / Network Operations<br>Refractive Dialer LLC<br>408.395.2110 (w)<br>
408.497.9796 (c)<br>
<br><br><div class="gmail_quote">On Mon, Feb 2, 2009 at 12:06 PM, Mark Michelson <span dir="ltr">&lt;<a href="mailto:mmichelson@digium.com">mmichelson@digium.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Nicholas Blasgen wrote:<br>
&gt; I&#39;m trying to figure out how to listen in to a channel that I specify.<br>
&gt; I have the impression I&#39;ve seen this done via Flash web controls, but<br>
&gt; I&#39;m trying to write something myself and I can&#39;t figure out what command<br>
&gt; would be used. &nbsp;ChanSpy looks great, but I don&#39;t see how to specify the<br>
&gt; channel.<br>
&gt;<br>
&gt; I have a channel identifier like &quot;SIP/provider-08748db0&quot; which is what I<br>
&gt; would send to applications like Hangup(&lt;chan&gt;) or Redirect(&lt;chan&gt;) but<br>
&gt; it doesn&#39;t look like ChanSpy was written to accept that format. &nbsp;I<br>
&gt; haven&#39;t tried passing &quot;SIP/provider-08748db0&quot; to ChanSpy, but from the<br>
&gt; documentation it seems that it shouldn&#39;t work.<br>
&gt;<br>
&gt; So the question is, how can I listen into a channel if I know either the<br>
&gt; channel or the unqiue id? &nbsp;And in the meantime I will play around with<br>
&gt; ChanSpy more.<br>
<br>
</div>Chanspy should do exactly what you want. If you ran<br>
<br>
exten =&gt; blah,n,ChanSpy(SIP/provider)<br>
<br>
Then you would be able to listen to all active calls involving any channel whose<br>
name begins with &#39;SIP/provider&#39;. If it turns out that there is a channel called<br>
&#39;SIP/provider-12345abc&#39;, then that channel may be spied on with the above<br>
ChanSpy call in the dialplan.<br>
<br>
The thing to remember is that the &quot;chanprefix&quot; argument as it is described in<br>
ChanSpy&#39;s documentation is literally any text that may appear at the start of a<br>
channel name. Chanspy(SIP) would allow you to spy on any SIP channel, whereas<br>
ChanSpy(S) would allow spying on both SIP and Skinny channels. There is no<br>
minimum or maximum limit to what this string may be.<br>
<br>
Mark Michelson<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</blockquote></div><br>