Hi,
I am looking to create a statistic that would help me to distinguish if the CallInbound is an outgoing call(origination) or an incoming call(destination)?
In the DN actions, Genesys offers us just CallInternalOriginated, CallInternalReceived, CallConsultOriginated, CallConsultReceived.
A filter condition on the attribute "ThisDNRole" of TEvents would be perfect but it doesn't work....filter invalid. (Why It work just for DNIS, ANI, CustomerID, MediaType, ThisQueue, TreatmentType, UserData????)
Why I want this information?
In CCPulse I created a view that uses formula to show the current status of the DN of the agents. (if (e.item (). DNType == "Extension")..(e.item().Status)
I am able to deduce this information with the previous status of the call. For example, if the previous status is "Ringing" then the call (callInbound, CallInternal, no matter) will be an incoming call. whereas if the previous status is "Dialing" then the call (callInbound, CallInternal, no matter) will be an outgoing call. But the problem is that sometimes the recipient answers quickly and in those days, the formula for the CCPulse never receives the 'Ringing' or 'Dialing ". Is this information can find in a statistical (would be hidden in the view) that the formula would recover the information?
Thanks and sorry for my english!