PbxApi - SubscribePresence
I have a websocket open from the PBX to our own application (nodejs) to keep track of the logins/logouts as well as the 'away' statuses.
For this, I use the 'SubscribePresence' (PbxApi).
We have 20 operators, do I need to open a 'subscribe' for each operator?
Or can I open one 'subscribe' where all active operators at that time are monitored?
Currently, I am using the following call:
{ api: 'PbxApi', mt: 'SubscribePresence', num: 4001, src: 4001 }