" /> VB Script / Web Portal Help - Genesys CTI User Forum

Author Topic: VB Script / Web Portal Help  (Read 4847 times)

Offline NCSC_User

  • Newbie
  • *
  • Posts: 21
  • Karma: 0
VB Script / Web Portal Help
« on: June 28, 2007, 08:17:36 PM »
Advertisement
Trying to determine the best way to accomplish these tasks.

First task:

We need to pull several times an hour the number of calls we have in queue for a number of our DN Groups (Group of Queues).  We're then going to track that information as a distribution of calls and possibly chart it using a webportal.  In addition we want to use the data for alarming purposes.  We're planning on paging my team (Tech support) if calls spike in these DN groups higher than normal.

All the stuff we want to do with the data is peripheral though, what i need to know is what's the best way to get at this data?  Is a VB script running say every 5 minutes or less even a good idea?

Second Task:

We have VQ's set up that track calls that default out of our IVR due to problems with CTI routing.  I have color thresholds on that show when a call hits this Q but once it does the first time the threshold stays red for the rest of the day so we sorta miss subsequent hits.  Need to figure out a way to notify us each time a call hits that specific VQ.  Possibly paging us via an email alert, an audible alert that would play then return the value to false and then fire off again later.  Is this possible?

Offline mark

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: VB Script / Web Portal Help
« Reply #1 on: June 29, 2007, 09:23:55 AM »
Task 2:
Do you have the coloured alert on something like Total_Calls_Entered (or similar stat)? You could put it on CurrNumberCallsWaiting instead, this way, each time a call hits the VQ the threshold will be triggered. You could then apply an email script to sendmail to any mailboxes that you wish.

Mark

Offline NCSC_User

  • Newbie
  • *
  • Posts: 21
  • Karma: 0
Re: VB Script / Web Portal Help
« Reply #2 on: June 29, 2007, 01:32:51 PM »
Ahh great idea... now for the hard one.  Any ideas there folks?

Stat Girl

  • Guest
Re: VB Script / Web Portal Help
« Reply #3 on: July 02, 2007, 02:01:42 AM »
[quote author=NCSC_User link=topic=2339.msg8611#msg8611 date=1183061856]
Trying to determine the best way to accomplish these tasks.

First task:

We need to pull several times an hour the number of calls we have in queue for a number of our DN Groups (Group of Queues).  We're then going to track that information as a distribution of calls and possibly chart it using a webportal.  In addition we want to use the data for alarming purposes.  We're planning on paging my team (Tech support) if calls spike in these DN groups higher than normal.

All the stuff we want to do with the data is peripheral though, what i need to know is what's the best way to get at this data?  Is a VB script running say every 5 minutes or less even a good idea?
fire off again later.  Is this possible?
[/quote]

Hi there!  :)

I like to keep my life simple! How about using CCPulse and create a threshold over which it would just mail your team?

[move] Can't sleep! [/move]






Offline NCSC_User

  • Newbie
  • *
  • Posts: 21
  • Karma: 0
Re: VB Script / Web Portal Help
« Reply #4 on: July 02, 2007, 04:23:11 PM »
[quote author=Stat Girl link=topic=2339.msg8630#msg8630 date=1183341702]
[quote author=NCSC_User link=topic=2339.msg8611#msg8611 date=1183061856]
Trying to determine the best way to accomplish these tasks.

First task:

We need to pull several times an hour the number of calls we have in queue for a number of our DN Groups (Group of Queues).  We're then going to track that information as a distribution of calls and possibly chart it using a webportal.  In addition we want to use the data for alarming purposes.  We're planning on paging my team (Tech support) if calls spike in these DN groups higher than normal.

All the stuff we want to do with the data is peripheral though, what i need to know is what's the best way to get at this data?  Is a VB script running say every 5 minutes or less even a good idea?
fire off again later.  Is this possible?
[/quote]

Hi there!  :)

I like to keep my life simple! How about using CCPulse and create a threshold over which it would just mail your team?

[move] Can't sleep! [/move]

[/quote]

Ok what would the VB script look like then if i wanted to email my team every time calls in Q exceeded say 250 calls?