RCC CallInfo
If I use the RCC API with websocket and with group monitoring, and I initialize the users of my group, I notice the following:
- one user is monitored and calls to a not monitored user --> No call info messages
- add the not monitored user to the group, so that both users are monitored --> Get call info messages for both users
- remove the user again from the group again --> still get call info message for the monitored user that is still in te group.
Is this intentional/designed behaviour? I would expect call info updates to come always in for a user that is monitored.
Second: If I start to initialize the RCC and set the calls flag to true, do I see ALL calls then that are going on in the PBX? Or is there a limitation or something?