" /> Call Result Type stats in CCPulse Agent and Agent Group stats (Outbound) - Genesys CTI User Forum

Author Topic: Call Result Type stats in CCPulse Agent and Agent Group stats (Outbound)  (Read 3202 times)

Offline janesh22

  • Newbie
  • *
  • Posts: 20
  • Karma: 0
Advertisement
Hi Genesys Gurus  ,

I am trying to get the following stats displayed in CCPulse for Agent and Agent Group stats for our outbound solution,

Total number of dialled calls Answered
Total number of calls with no answer result
Total number of calls with fax detected result
Total number of calls with busy result
Total number of call backs

I tried using the stat : Totalnumberusereventpos with filters using relevant call result.

Category: TotalNumber
Subject:DNAction
Main Mask: UserEvent
Filter : Eg : PairExists("GSW_CALL_RESULT","33")

However when i made one call and customer answered , it is showing value of 4 instead of 1 .

can anyone help me how to display this correctly , or if my stat is wrong

J

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
MainMask is wrong - should be configured like "CallInbound" or anything else, but not "UserEvent". Read the doc carefully.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Check against Tserver logs, you will see events and udata to create new metrics

Enviado de meu C6602 usando Tapatalk


Offline janesh22

  • Newbie
  • *
  • Posts: 20
  • Karma: 0
Hi Thanks guys ,

I got the answer from a previous post :
http://www.sggu.com/smf/index.php?topic=8237.0--

[TotalNumberUserEvent]
Category=TotalNumber
MainMask=UserEvent
Objects=RegDN, Agent, Place, GroupAgents, GroupPlaces
Subject=DNAction

filter for campaign answers:
PairExist("GSW_CALL_RESULT", "33") & PairExist("GSW_USER_EVENT", "RecordProcessedAcknowledge")

filter for campaign answer machine:
PairExist("GSW_CALL_RESULT", "9") & PairExist("GSW_USER_EVENT", "RecordProcessedAcknowledge")

Thanks
J