dailer dailed outbound calls and agent dailed outbound stats

can we get stats in pulse for dailer dailed outbound calls and agent dailed outbound calls?

thanks in advance

Yes, create a filter, if the call contains GSW_PHONE then it is a dialer call, if not it is a manual call.

Hi Cav,

Are you talking about filter in DMA?

In the StatServer, which can be done using DMA if you want.

1 Like

Hi Cav,

I updated a routing with key GSW_PHONE value = dailer, created a filter on statserver and a formula on pulse report to check the and print call type. Am i doing it right?

please advice

THanks

1 Like

Filter should be:

PairExist(“GSW_PHONE”,*) for OCS Outbound calls

and

~(PairExist(“GSW_PHONE”,*)) for agent outbound calls.

HI Cav,

could you pls let me know the formula/stat to display with that filter assigned in pulse.

I dont know if we could assign filter to coustom formula and display that.

thanks

1 Like