PbxAdminApi - GetObject: No presence information
Hello,
we use the PbxAdminApi function "GetObject" to retrieve information about a user. According to the documentation the "presence state" should be returned (there is an elemt in the "GetObjectResponse" for the "presence state").
Note: We have testet it when setting the presence state on the phone to different values but no "presence state" was delivered.
{
"api": "PbxAdminApi",
"mt": "GetObjectResult",
"guid": "b12fb8dbe909d3118a73000c295fcc3b",
"dn": "USER600",
"cn": "USER600",
"h323": "USER600",
"e164": "60",
"loc": "MASTER",
"node": "root",
"grp": [
{
"name": "agents"
},
{
"name": "gruppe2"
}
],
"filter": "FilterAll",
"hide": false,
"no-dev": false,
"mypbx": true,
"reporting": true,
"devices": [
{
"hw": "USER600"
}
],
"wakeups": [],
"critical": false
}
"api": "PbxAdminApi",
"mt": "GetObjectResult",
"guid": "b12fb8dbe909d3118a73000c295fcc3b",
"dn": "USER600",
"cn": "USER600",
"h323": "USER600",
"e164": "60",
"loc": "MASTER",
"node": "root",
"grp": [
{
"name": "agents"
},
{
"name": "gruppe2"
}
],
"filter": "FilterAll",
"hide": false,
"no-dev": false,
"mypbx": true,
"reporting": true,
"devices": [
{
"hw": "USER600"
}
],
"wakeups": [],
"critical": false
}
Thanks