" /> CCPulse CurrentTalkTime - Genesys CTI User Forum

Author Topic: CCPulse CurrentTalkTime  (Read 3507 times)

Offline dnib

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 0
CCPulse CurrentTalkTime
« on: March 25, 2014, 02:33:55 PM »
Advertisement
Hi guys,

Any ideas on how to report the current state but not reset the timer when the call is placed on hold?
If this is not possible then how to report the current call talk time (including hold time)?

Thank you,
D

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: CCPulse CurrentTalkTime
« Reply #1 on: March 25, 2014, 08:34:03 PM »
Monitor the Action and not the status

Offline pdavid

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 1
Re: CCPulse CurrentTalkTime
« Reply #2 on: March 26, 2014, 08:08:39 PM »
Just create a custom field, (talktime + holdtime), that should do it.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: CCPulse CurrentTalkTime
« Reply #3 on: March 26, 2014, 08:13:51 PM »
Won't work if the Subject is a Status...

Offline dnib

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 0
Re: CCPulse CurrentTalkTime
« Reply #4 on: March 27, 2014, 09:26:22 AM »
So,

I need the current status of the agent but the timer should not reset when the call is placed on hold (to remain callInbound for example).
The standard statistic looks like this and has the behavior stated above:

[CurrentAgentState]
Category=CurrentState
MainMask=*
Objects=Agent
Subject=DNAction


As an alternative I tried to mesure the time of the state but is not working at all:

[CurrentCallTime]
Category=CurrentTime
MainMask=CallInbound,CallOutbound,CallDialing,CallRinging
Objects=Agent
Subject=DNAction


So, what should I try next ?

Thank you,
D

Offline dnib

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 0
Re: CCPulse CurrentTalkTime
« Reply #5 on: March 27, 2014, 09:38:45 AM »
So CurrentCallTime was not working because I placed an internal call. But the first issue is still open.

[quote author=dnib link=topic=8272.msg36456#msg36456 date=1395912382]
So,

I need the current status of the agent but the timer should not reset when the call is placed on hold (to remain callInbound for example).
The standard statistic looks like this and has the behavior stated above:

[CurrentAgentState]
Category=CurrentState
MainMask=*
Objects=Agent
Subject=DNAction


As an alternative I tried to mesure the time of the state but is not working at all:

[CurrentCallTime]
Category=CurrentTime
MainMask=CallInbound,CallOutbound,CallDialing,CallRinging
Objects=Agent
Subject=DNAction


So, what should I try next ?

Thank you,
D
[/quote]

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: CCPulse CurrentTalkTime
« Reply #6 on: March 27, 2014, 02:00:59 PM »
What you want to measure is TalkTime (In,Out,Internal,Consult) Action + Hold Action

[quote]
[CurrentCallHoldTime]
Category=CurrentTime
MainMask=CallInbound,CallOutbound,CallDialing,CallRinging,CallOnHold
Objects=Agent
Subject=DNAction
[/quote]