" /> CCPulse Logged Off Queue - Genesys CTI User Forum

Author Topic: CCPulse Logged Off Queue  (Read 3146 times)

Marcus

  • Guest
CCPulse Logged Off Queue
« on: November 12, 2007, 12:09:12 PM »
Advertisement
Does Anyone know if it's possible to create a Temlate and Actions that "alarms" whsn there's no agents withi that skill logged in to a specific queue.

I guess thatit has to be made to "Agents" or "Group of agents".

I need this to create an "Alarm" that sends a Mail och text message, when we are understaffed.
Can anyone help me?
\Marcus

Offline mark

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: CCPulse Logged Off Queue
« Reply #1 on: November 12, 2007, 12:58:08 PM »
  • Best Answer
  • If you are doing it purely based on where an agent with a skill is logged in, you could create a template using the TotalNumber for logged in agents statistic.
    Then create a Threshold for StatValue = 0 and an Action with a vbsendmail script in it.
    Assign it to the TotalNumber stat in the template.

    Would give a bit more detail, but im on a pc with 0 genesys apps!

    Mark

    exchelente

    • Guest
    Re: CCPulse Logged Off Queue
    « Reply #2 on: November 12, 2007, 03:24:47 PM »
  • Best Answer
  • You could try to build a statistic like this.  The last stat development I did was years ago with 7.0, and I don't think it worked then but it may be possible now, possibly with a new mask.
    [CurrNumberAvailableAgentsInQueue]
    Category=CurrentNumber
    MainMask=AgentReady
    Objects=Queue
    Subject=DNAction

    Or you could use the solution I implemented which was to build virtual agent groups based upon a skill expression.  The problem with that is you may become limited with routing to a 1:1 relationship of skill to queue.

    As far as the txt msg functionality, you could probably just use the built in email functionality.  I think it interfaces w/ Outlook or something like that (I don't use it)