Using RCC API from C++ backend with groups seems not usable
Hi,
I implemented the RCC API in my C++ backend and initialize the API on the connection with the PBX as soon as I receive the PbxInfo message (same as in the documentation). This works as described, however, I would like the "group" feature (setting the grp attribute in the Initialize message to true) te configure the users I see and get notifications about. Problem is that this is then the group the app object itself belongs to, which I set to "xqting" (actively). However, the app object is always in the root node of the master PBX, and, this is not configurable. The users of the PBX are added to a specific node, but, cannot be added to the pbx "master".
Because this, it seems impossible to define a group where the app object itself belongs to, that can also be assigned to one or more users, because the groups are not assignable, only to the same node/pbx.
Is this correct, or, am I seeing this wrong or is there another way. If not, I guess I'm force to use with the config templates? (which I find not a pretty solution unfortunatly in this case for monitoring certain users)
Please advise on how to solve this