" /> Not Ready Reason Code Status Time - Genesys CTI User Forum

Author Topic: Not Ready Reason Code Status Time  (Read 3294 times)

Offline genecool

  • Jr. Member
  • **
  • Posts: 59
  • Karma: 0
Not Ready Reason Code Status Time
« on: October 04, 2011, 02:32:53 PM »
Advertisement
Hello,

I try to display in CCPulse the "Break Time", "Trainning Time" or any other duration for any other reason of not ready status.

I have create action codes from Genesys Administrator and several filters into the Statistics Server.

For example :

Filter "BREAK" :  PairExist("ExtensionReasonCode", "1")


Then, I use this filter with statistic "Total_Not_Ready_Time".


Although I can see into StatServer logs that reason changes, no statistic appears...  :(

[quote]2011-10-03 13:22:05> Server: Switch 'SIP_Switch'->'EventAgentNotReady'
TimeStamp '2011-10-03 13:22:04'
ThisDN '8803'
Agent LoginID '1813'
Reasons
'Break' '1'
Extensions
'AgentSessionID' '03AM81153169P5PF720HM9SUH800001C'[/quote]




Could you help me please ?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Not Ready Reason Code Status Time
« Reply #1 on: October 04, 2011, 07:39:13 PM »
You filter should be:

PairExist("Break", "1")

Offline genecool

  • Jr. Member
  • **
  • Posts: 59
  • Karma: 0
Re: Not Ready Reason Code Status Time
« Reply #2 on: October 04, 2011, 08:17:12 PM »
thank you very much, it works  :D