" /> Create a statistic for count a current dial time in CC Pulse. - Genesys CTI User Forum

Author Topic: Create a statistic for count a current dial time in CC Pulse.  (Read 7192 times)

Offline Kob9n

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Create a statistic for count a current dial time in CC Pulse.
« on: January 21, 2016, 06:25:09 AM »
Advertisement
Hello. I need your help so much! Please! I'm new in Genesys tech. I need to create a statistic for count a current dial time of each call (real time + historical).  But i can't find a suitable statistic parameter in DMA  :(

I found a Current Time Statistic, but i don't know how I can apply it to the agent or agent group. Maybe I'm wrong with my thoughts. Need support please!

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Create a statistic for count a current dial time in CC Pulse.
« Reply #1 on: January 21, 2016, 12:50:44 PM »
StatServer guide is your friend.
And, of course, current time doesn't has historical...as it is happening know. Only you can create a metric for TOtalTime maybe.

MainMask for you would be
MainMask = CallDialing

https://genesys.secure.force.com/support/servlet/fileField?id=0BEU0000000Teqp

Offline Kob9n

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: Create a statistic for count a current dial time in CC Pulse.
« Reply #2 on: January 21, 2016, 06:02:17 PM »
Thank you. I read this Guide more than once. I know that it so simple. But i have a problem.. I need to see where i should apply this: MainMask = CallDialing. ?  For what this mask? Where I should use it?
When creating a new formula in CC Pulse? In the text  box? Thank you again. ???

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Create a statistic for count a current dial time in CC Pulse.
« Reply #3 on: January 21, 2016, 06:16:08 PM »
...
StatServer guide....so where do you think you have to do it?

Offline Kob9n

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: Create a statistic for count a current dial time in CC Pulse.
« Reply #4 on: January 25, 2016, 02:58:48 PM »
I think, i should do in Stat Serever Options tab.

I call it "CurrentCallTime"

Subject = AgentStatus
Objects = Agent,Place,GroupAgents
MainMask = CallDialing
Category = Current Time


I'm right?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Create a statistic for count a current dial time in CC Pulse.
« Reply #5 on: January 25, 2016, 03:44:56 PM »
:D Yeah!
Remember CCPulse will know about it after you close and open.
On SS logs you will see the creation of it and see if it is ok or not.
Remember it is CurrentTime, no spaces in between

Offline Kob9n

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: Create a statistic for count a current dial time in CC Pulse.
« Reply #6 on: January 26, 2016, 08:13:37 AM »
Failure, statistics is not count :( What I should see in logs? Have you any ideas?
Wait, is not count...what do you mean?
« Last Edit: January 26, 2016, 01:44:33 PM by cavagnaro »

Offline catanirex

  • Sr. Member
  • ****
  • Posts: 272
  • Karma: 11
Re: Create a statistic for count a current dial time in CC Pulse.
« Reply #7 on: January 26, 2016, 09:30:51 AM »
I should create it as Total time instead.
With current time it cannot be used for historical reporting and can only be seen WHILE the agent is dialing.

Offline Kob9n

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: Create a statistic for count a current dial time in CC Pulse.
« Reply #8 on: January 26, 2016, 10:03:14 AM »
I dont need a  historical, i want only real time.Tell me why stat is not count in real time? If i use current time cattegory, it's not a mistake, right?

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Create a statistic for count a current dial time in CC Pulse.
« Reply #9 on: January 26, 2016, 10:42:33 AM »
Did you make a restart of the Stat Server component after the new statistic configuration was added? The restart is required. If yes, did you check the StatServer logs (DEBUG level)?

Adam G

  • Guest
Re: Create a statistic for count a current dial time in CC Pulse.
« Reply #10 on: January 26, 2016, 11:16:35 AM »
As already mentioned;

[b]CurrentTime[/b] is displayed in "Real Time" - this means it will only indicate whilst that State is ACTIVE, during the real-time period of the Statistic.  This will count (like an STOPWATCH) whilst the State is ACTIVE, then clear-down (back to zero) once it becomes INACTIVE.  The CurrentTime Statistic, in it's original state, is valid per Call/Interaction
[b]
TotalTime [/b]is a post-active Statistic which can be used in Real-Time or Historical statistics.  It will show (HH):MM:SS [i]after [/i]a period where the Statistic was ACTIVE.  This will count up over a period of time and will show the overall Total Time for the Statistic (like a continuous LAP TIMER), until any pre-defined Time Period has passed.  The TotalTime Statistic, in it's original state, can be valid for multiple Calls/Interactions.

[img width=640 height=226]http://www.adam-gill.com/WBT/CurrentTime_versus_TotalTime.jpg[/img]

Hope this helps?
« Last Edit: January 26, 2016, 11:39:14 AM by adamgill »

Offline Kob9n

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: Create a statistic for count a current dial time in CC Pulse.
« Reply #11 on: January 26, 2016, 01:14:15 PM »
Thanks, yes It help. I need count whilst the State is ACTIVE, then clear-down (back to zero) once it becomes INACTIVE.

Should count from 0 each dialing between agent and client.

Then I have to use - CurrentTime statistic.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Create a statistic for count a current dial time in CC Pulse.
« Reply #12 on: January 26, 2016, 01:41:56 PM »
[quote author=Kubig link=topic=9325.msg42082#msg42082 date=1453804953]
Did you make a restart of the Stat Server component after the new statistic configuration was added? The restart is required. If yes, did you check the StatServer logs (DEBUG level)?
[/quote]

What? No, they are loaded dynamically, I never had to restart StatServer for a new metric. You can see on logs they are added at the time and then usable by CCPulse after CCPulse close and open again.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Create a statistic for count a current dial time in CC Pulse.
« Reply #13 on: January 26, 2016, 01:44:04 PM »
[quote author=Kob9n link=topic=9325.msg42086#msg42086 date=1453814055]
Thanks, yes It help. I need count whilst the State is ACTIVE, then clear-down (back to zero) once it becomes INACTIVE.

Should count from 0 each dialing between agent and client.

Then I have to use - CurrentTime statistic.
[/quote]

Please delete the metric from StatServer
Set SS logs to verbose= all /all=c:\somepath\somefile.log

Create the metric on SS again
Post the logs covering the creation time

Offline Kob9n

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: Create a statistic for count a current dial time in CC Pulse.
« Reply #14 on: January 26, 2016, 02:19:24 PM »
I'am not sure that i fully understood you. What do you mean? Delete and after recreate Stat Server options?

That?

[img]http://www.picshare.ru/uploads/160126/2dK638dggL.jpg[/img]
« Last Edit: January 26, 2016, 02:24:33 PM by Kob9n »