" /> can CCPulse show # of records left in a calling list? (Outbound Campaign) - Genesys CTI User Forum

Author Topic: can CCPulse show # of records left in a calling list? (Outbound Campaign)  (Read 15620 times)

This topic contains a post which is marked as Best Answer. Press here if you would like to see it.

rc1

  • Guest
Advertisement
I've had our dba look into stat server to see if there is any way to have the number of records left in a calling list.  We find the "Estimated Time To Completion" but can't figure out a way just to show the number of records remaining to dial in the calling list.  Was wondering if anyone has ever gotten that stat into a ccpulse view.

Right now the only way for me to tell our business users of how many remain is to open OCM and go to each calling list list; I really want to make this available on their ccpulse views. 


JF

  • Guest
Re: can CCPulse show # of records left in a calling list? (Outbound Campaign)
« Reply #1 on: September 03, 2009, 05:45:17 PM »
No impossible to get the information of what your required. The reason is simple Ocs retrieve some record into memory. This is the number of what CCPulse show you. Ex: you have 1500 calls, but OCS retreive only 50. Agent dialed 40. CCPulse will show 40 calls left.


The work-arround is to get report directly to the Outbound DB.

Thanks

JF

Offline ecki

  • Sr. Member
  • ****
  • Posts: 329
  • Karma: 8
Re: can CCPulse show # of records left in a calling list? (Outbound Campaign)
« Reply #2 on: September 03, 2009, 05:51:40 PM »
Hi ,

Try this statistic,

[CampRecordsLeft]
Category=CurrentNumber
Description=Total Number of Records Left in Campaign and Calling List
MainMask=RecordsNotProcessed
Objects=CallingList, Campaign, Agent
Subject=CampaignAction

This stat should exclude those which were already retrieved in to memory.
e.

Rc1

  • Guest
Re: can CCPulse show # of records left in a calling list? (Outbound Campaign)
« Reply #3 on: September 03, 2009, 07:05:09 PM »
Thanks for the tip; my dba is going to try to set that up.

RC1

  • Guest
Re: can CCPulse show # of records left in a calling list? (Outbound Campaign)
« Reply #4 on: September 03, 2009, 09:39:25 PM »
It worked!  Awesome; thanks... I don't suppose you have a way to count what's been retreived???

Offline ecki

  • Sr. Member
  • ****
  • Posts: 329
  • Karma: 8
Re: can CCPulse show # of records left in a calling list? (Outbound Campaign)
« Reply #5 on: September 03, 2009, 10:25:34 PM »
That is great news, never tested it before. But what do you mean with "to count what's been retrieved"?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: can CCPulse show # of records left in a calling list? (Outbound Campaign)
« Reply #6 on: September 03, 2009, 10:42:10 PM »
Yeah, it works, but take in account that it will not consider those that are in memory and neither those rescheduled.
About the Retrieved, no there is no way to look those in CCPulse.

Offline ecki

  • Sr. Member
  • ****
  • Posts: 329
  • Karma: 8
Re: can CCPulse show # of records left in a calling list? (Outbound Campaign)
« Reply #7 on: September 03, 2009, 11:06:06 PM »
Yep, that is right Cav. The stat is about records not processed.

Offline fred.s

  • Newbie
  • *
  • Posts: 32
  • Karma: 0
Hi

has there been any progress in finding, the number of records that are in a "RETRIEVED" state??

Also......

I have sucessfully used.....

[CampRecordsLeft]
Category=CurrentNumber
Description=Total Number of Records Left in Campaign and Calling List
MainMask=RecordsNotProcessed
Objects=CallingList, Campaign, Agent
Subject=CampaignAction

To add Stale and General Error

BUT

I cannot figure out how to add Wrong Number or SIT Invalid Number......

Can anyone help please????

Offline fred.s

  • Newbie
  • *
  • Posts: 32
  • Karma: 0
.............Anyone out there????

Offline minuteman

  • Newbie
  • *
  • Posts: 17
  • Karma: 0
Take a look at statistics, provided by StatServer Outbound Java Extension.
For example, if you need a number of chains retrieved, StatType definition may look like that:
Category = JavaCategory
JavaSubCategory = OCCStatExtension.jar:CurrentNumberChainsRetrieved
Objects = CampaignGroup, CallingList, Campaign

Generally speaking, you could subscribe for them even without StatType definition (at least from CCPulse).

Marked as best answer by on Today at 01:33:00 PM

Offline fred.s

  • Newbie
  • *
  • Posts: 32
  • Karma: 0
Thanks, I have this StatType definition in Config Manager.

However not in CCPulse Templates wizard under Calling lists/Campaigns.

Can you suggest any reason why not??

Offline borkokrz

  • Full Member
  • ***
  • Posts: 154
  • Karma: 6
maybe you don't have StatServer Outbound Java Extensions correctly installed ? Check init stage of statserver in the logs - look for 'java' keyword. Important thing - Java can't be 1.6 version. Install 1.5.

Offline fred.s

  • Newbie
  • *
  • Posts: 32
  • Karma: 0
Brilliant installed Java 1.5 and now it appears, but.....

Now all my calling list are showing as '0' for in the ccpulse retrieved view I have set up.

Is there something i am doing wrong?? HELP.....

Offline borkokrz

  • Full Member
  • ***
  • Posts: 154
  • Karma: 6
You must have a connection between OCS and SS - indirect through Campaing Group settings or direct through connection between mentioned components.