[Home]

Summary:ASTERISK-03864: ChanSpy is able to listen upon itself
Reporter:opsys (opsys)Labels:
Date Opened:2005-04-05 01:17:29Date Closed:2011-06-07 14:11:57
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Applications/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Not really a bug but just a case or housekeeping. If am on SIP/1000 and I connect to ChanSpy as follows:

exten => 2000,1,ChanSpy(all|qb)

ChanSpy will do it job and connect me to myself as I an a bridged channel.  

It would 'idiot proof' ChanSpy f it can be made to ignore the channel it is currently Bridged with. It would also help if instead of checking for Channel it would check for Application and if application = self do not bridge.

This will allow for more that one ChanSpy per system.

I will be bridged into myself
Comments:By: Brian West (bkw918) 2005-04-05 12:55:12

so you don't think all should mean all?

/b

By: Brian West (bkw918) 2005-04-05 12:58:22

This is not a bug.. anthm said this is impossible.

/b

By: Anthony Minessale (anthm) 2005-04-05 13:01:27

ChanSpy *cannot* spy on itself.  You are simply spying on both legs of a bridged call.

if you have a bridge A -> B

A and B will appear to be identical from a spying standpoint.