I am using PSDK 9.x
I apologize as I am probably doing something stupid but for call monitoring events like EventCallPartyState there is a method
to get the PartyState. I can see the value from the json dump of the message that the values returned appear to be incorrect
e.g. 2057 or 2569. When I try to match them with the tserver PartyState enum there is no match. I did notice that if I mask
off the upper bits of the value it might match something valid. Is that what I am supposed to do or am I using the wrong
PartyState enum for these values?
Thanks for any ideas,
Andrew