pbxAdminApi reg(s) - format not like in the docu
Hello,
in the sdk documentation
https://sdk.innovaphone.com/13r3/doc/appwebsocket/PbxAdminApi.htm#GetRegs
https://sdk.innovaphone.com/13r3/doc/appwebsocket/PbxAdminApi.htm#reg
is shown that the reg result should come in this format:
{ "hw": string, "addr": string }
but i get it in this format
{
"hw": "string"
},
"string",
"hw": "string"
},
"string",
The last string shows the IP Adress.
We could work with that, but i ask because maybe you will change it in the future.