I'm trying to figure this query out and can't figure out how it relates:
Where iInteractionOpenReasonID & 16 = 0
Possible values for iInteractionOpenReasonID should be:
0 Unknown
1 Normal Start
2 Normal End
4 Transfer Start
8 Transfer End
16 Conference
32 Inter Queue
64 Networking
128 Segment
256 Compound
512 Block
1024 Clip Recording
I'm seeing values of 129 and 145 (which aren't in the list) and that where clause filters out the 145...I'm confused