Hi!
I am currently running a UCMA application with an application endpoint. I want to be able to subscribe to the users phoneState only using my application endpoint, which is not currently possible because the phoneStates are only being published to container 2 and 3 (aggregation). I have however been able to get data when subscribing to the users phoneState if I alterate the containerNum in the rtcdyn database to e.g. 200 of the published phoneState. That is however not a viable solution, and I was wondering if there is anyway for me to change the containerNum the phoneState is being published to and thus allowing my application endpoint to retrieve the phoneStates? Or if it is possible to retrieve the phoneState via MSPL that would also be a viable solution.
Thank you very much!