Dear Bakko, I use this lines in order to listen and whisper:<div><br></div><div><div>[custom-spy]</div><div>; Listen</div><div>exten =&gt; _*84.,1,Set(SPY=${EXTEN:3})</div><div>exten =&gt; _*84.,n,NoOp(spy an agent: ${SPY})</div>
<div>exten =&gt; _*84.,n,ChanSpy(Agent/${SPY},q)</div><div>exten =&gt; _*84.,n,Hangup</div><div><br></div><div>; Whisper</div><div>exten =&gt; _*85.,1,Set(SPY=${EXTEN:3})</div><div>exten =&gt; _*85.,n,NoOp(whisper an agent: ${SPY})</div>
<div>exten =&gt; _*85.,n,ChanSpy(Agent/${SPY},w)</div><div>exten =&gt; _*85.,n,Hangup</div><div><br></div><div>Where do I have to add the e(ext) option here ???</div><div><br></div><div>Thanks a lot again !!!</div><br><div class="gmail_quote">
2011/8/22 bakko <span dir="ltr">&lt;<a href="mailto:asannucci@gmail.com">asannucci@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Alejandro,<br>

<br>
if you use 1.6.2.X look at e(ext) option<br>
<br>
With this option you can spy only the extensions you define, separate with : delimiter.<br>
<br>
Example:<br>
<br>
exten -&gt; Chanspy,1,(all,e(9000:9001:<u></u>9002:9002)<br>
<br>
I don&#39;t test this option but I think work.<br>
<br>
Regards<div><div></div><div class="h5"><br>
<br>
<br>
<br>
--<br>
______________________________<u></u>______________________________<u></u>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
              <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/<u></u>mailman/listinfo/asterisk-<u></u>users</a><br>
</div></div></blockquote></div><br><br>
</div>