You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
I noticed no events were getting fired when listening to Cisco UCCX Event Notification Service (PUBSUB). After downloading this repo and opening the files manually and stepping through the code it seems line 1486 of Xmpplm.cs is only checking to see if the XMLNODE has a BODY tag, but messages from Cisco do not have a BODY, they have an EVENT tag.
The text was updated successfully, but these errors were encountered:
I noticed no events were getting fired when listening to Cisco UCCX Event Notification Service (PUBSUB). After downloading this repo and opening the files manually and stepping through the code it seems line 1486 of Xmpplm.cs is only checking to see if the XMLNODE has a BODY tag, but messages from Cisco do not have a BODY, they have an EVENT tag.
The text was updated successfully, but these errors were encountered: