Spy and Whisper limited to a group
Hi.
I need to limit ChanSpy and the Whisper function to a particular "group" for some users.
User A, B and C may make some calls and show each other.
When A makes a call to a customer the extensions (asterisk) starts with
Set(SPYGROUP=audit)
and B&C can "spy" him using asterisk equivalent :
ChanSpy(www,qg(audit))
*but* when A makes a private call the extension starts with :
Set(SPYGROUP=private)
So B&C should NOT be able to spy A communications - ChanSpy(www,qg(audit)) doesn't permit to listen a "private" SPYGROUP).
Is there any way to do that with fop?
Eric.
I need to limit ChanSpy and the Whisper function to a particular "group" for some users.
User A, B and C may make some calls and show each other.
When A makes a call to a customer the extensions (asterisk) starts with
Set(SPYGROUP=audit)
and B&C can "spy" him using asterisk equivalent :
ChanSpy(www,qg(audit))
*but* when A makes a private call the extension starts with :
Set(SPYGROUP=private)
So B&C should NOT be able to spy A communications - ChanSpy(www,qg(audit)) doesn't permit to listen a "private" SPYGROUP).
Is there any way to do that with fop?
Eric.
Comments
FOP2 does not support chanspy groups. But it could be added as a feature in the next release.
And, yes, I guess it could be a nice feature
Eric