How to use PbxAdmin Api from C++ project
Hi all,
in one of our c++ app projects we want to use the pbxadminapi (https://sdk.innovaphone.com/13r3/sdk/common/interface/pbx_admin.htm) to query the uc lic information and other informations of a user (just as it is possible with js apps). My attempt to integrate and use the Api was unfortunately not successful. I can create the IPbxAdminApi object, but none of the functions, for example "SendGetObject", are executed.
Does anybody has a running example how to use the pbxadminapi from c++?
The second question is: How do i receive the results from "SendGetObject"? Where does the respond arrive?
Best regards
Mladen