" /> CCPUlse Threshold/Action Queue Calls Waiting - Genesys CTI User Forum

Author Topic: CCPUlse Threshold/Action Queue Calls Waiting  (Read 7042 times)

Tony Tillyer

  • Guest
CCPUlse Threshold/Action Queue Calls Waiting
« on: January 01, 1970, 12:00:00 AM »
Advertisement
This is really simple but I can't get my head around it.

I want to set up a Threshold and Action (audible alarm) when a Queue/Group of Queues/Virtual Queue shows; Any calls waiting and then a different sound at 5 calls waiting, etc.

I've looked through the manual but this only gives examples of the Thresholds related to items which are *not* Queues/Groups of Queues/Virtual Queues, which is where I want to apply these "rules".

I get the feeling anyone who's worked with CCPulse Thresholds/Actions may have this on a standard template but I just can't seem to get it right. If there is any chance of copy/pasting in the Threshold and Action items, from the Wizards, it would be very much appreciated!

TIA,

Tony

Marked as best answer by on May 04, 2025, 01:17:34 AM

Offline soyoung

  • Newbie
  • *
  • Posts: 23
  • Karma: 0
Re: CCPUlse Threshold/Action Queue Calls Waiting
« Reply #1 on: November 06, 2017, 07:11:15 AM »
  • Undo Best Answer

  • i quote manual



    if Threshold.StatValue < 5 then 
    Threshold.Result = true
    end if

    <<----- Queue/Group *if wating call 5


    「To create the Genesys Sound object, use the following script:
    Set SoundObject = CreateObject("GsSampleTEObjects.GsActionSoundObject") CreateObject("GsSampleTEObjects.GsActionFSObject")


    Specify the full path to a .WAV file in order to play it


    —for example: SoundObject.PlaySoundFile [b](“c:\winnt\media\tada.wav”)[/b]」