Anyone have a clue how to differentiate and show the media of a particular inbound interaction that an agent is handling?
The default CurrentAgentState only shows “InboundCall” for any inbound interaction without any regard to Email/Chat/Workitem/etc… (As far as I know at least.)
I have a workaround similar to the implementation of AUX codes where I create two counters filtered by MediaType. These increment only during the InboundCall state. Depending on which one is growing I can tell if the agent is taking a call or doing email.
I use a separate formula to display “Inbound Call” or “Inbound Email” when the respective counter is greater then 0. Else show CurrentAgentState.
This does the trick (however I have to use a separate counter to show time in any state as I have not figured out how to include that within my formula.)
I just think there should be a simpler more direct way of differentiating between inbound media types in CCPulse.