Hi,
Does anyone know how we can monitor a VDN device?
It this the same way as a regular device, because we got InvalidDeviceID as reponse.
URL: /api/fe/v1/MonitorStart (POST)
Request:
{
"extensions": {"privateData": {"private": {"AvayaEvents": {
"logicalDeviceFeaturePrivate": {"agentLoginExtension": true},
"endpointRegistrationStateEvents": {
"registered": true,
"unregistered": true
},
"callControlPrivate": {"serviceObserveState": true},
"invertFilter": true
}}}},
"monitorObject": {"deviceObject": "8665:CMLAB::0"},
"targetUrl": "http://x.x.x.x:8081/events",
"requestedMonitorFilter": {
"callcontrol": {
"established": true,
"conferenced": true,
"transferred": true,
"held": true,
"queued": true,
"delivered": true,
"retrieved": true,
"failed": true,
"connectionCleared": true,
"originated": true,
"diverted": true,
"serviceInitiated": true,
"networkReached": true
},
"logicalDeviceFeature": {
"agentLoggedOff": true,
"agentLoggedOn": true,
"doNotDisturb": true,
"agentWorkingAfterCall": true,
"agentNotReady": true,
"agentReady": true,
"forwarding": true
}
}
}
Response:
{
"operation": "invalidDeviceID"
}
This does work with a regular device which is used on a softphone.
Thanks
WimH
Does anyone know how we can monitor a VDN device?
It this the same way as a regular device, because we got InvalidDeviceID as reponse.
URL: /api/fe/v1/MonitorStart (POST)
Request:
{
"extensions": {"privateData": {"private": {"AvayaEvents": {
"logicalDeviceFeaturePrivate": {"agentLoginExtension": true},
"endpointRegistrationStateEvents": {
"registered": true,
"unregistered": true
},
"callControlPrivate": {"serviceObserveState": true},
"invertFilter": true
}}}},
"monitorObject": {"deviceObject": "8665:CMLAB::0"},
"targetUrl": "http://x.x.x.x:8081/events",
"requestedMonitorFilter": {
"callcontrol": {
"established": true,
"conferenced": true,
"transferred": true,
"held": true,
"queued": true,
"delivered": true,
"retrieved": true,
"failed": true,
"connectionCleared": true,
"originated": true,
"diverted": true,
"serviceInitiated": true,
"networkReached": true
},
"logicalDeviceFeature": {
"agentLoggedOff": true,
"agentLoggedOn": true,
"doNotDisturb": true,
"agentWorkingAfterCall": true,
"agentNotReady": true,
"agentReady": true,
"forwarding": true
}
}
}
Response:
{
"operation": "invalidDeviceID"
}
This does work with a regular device which is used on a softphone.
Thanks
WimH
Comment