SetInstancePassword message from C++ service
Hi, I have an urgent request. In a PBX manager plugin one can send a message SetInstancePassword via the manager api. I want to do the same in our C++ backend. I know the structure of the message, but, to which application must I send this message. I send it to the "apps" because that is the ap manager where I get all information about the app instances on the app platform, but, that doesn't seem to respond on this message... so I guess it should be send to another app? The message I send from my backend is exactly the same as the one send in the front end, so the message structure and content is correct.
Please advise... this is blocking us for the moment