otto

Member

Last active 14 years ago

  1. 14 years ago
    Thu May 20 12:54:40 2010

    Thank you for this express answer!

    And, yes, I guess it could be a nice feature ;)

    Eric

  2. Thu May 20 12:30:35 2010
    otto started the conversation 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.