Hi Budd/fellow dev forum members
I’ve encountered an issue with the Notifications API post-upgrade to MiVB 10.1 SP1. I no longer receive presence notifications for SIP devices upon SIP REGISTER (binding). Pre 10.1 SP1 I would receive binding notifications, but I wouldn’t receive remove binding notifications (logout).
The expected behaviour is on binding, I should receive an “Available” presence event and on remove binding, an event which depicts unavailable or out of service (but not “Busy”). I understand that the out of service event is a feature request and it’s currently working as designed. However, I want to understand why I no longer receive “Available” events post-upgrade to MiVB 10.1 SP1. This is a huge step backward for me in my project.
My subscription payload is below
{
“applicationId”: “{app ID}”,
“deviceId”: “{webhook URL}”,
“transport”: “webhook”,
“topic”: “platform-api-presence”,
“subjectFilter”: “/presentities”,
“publicationFilter”: "$.publications[?(@.content.presence.status == ‘Available’ || @.content.presence.status == ‘Busy’)]”
}
If I remove the publication filter and target a specific test extension directly, I receive no events whatsoever on registration (binding or remove binding).
Budd - if you’d like to reach out for logs in our existing email chain, I’d be happy to provide them. I thought I’d create this new forum post as it’s a new issue.