overflow group

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • zgti
    Whiz
    • Oct 2015
    • 44

    overflow group

    Hi,

    Customer wants to have this:
    Three calls in queue. Next call comes in. First position in queue has to go to overflow group.
    Then second call will be first in queue and third will be second in queue.
    Next call comes in. First call has to go to overflow group, and so on and on and on....

    So basically, first in, first out, but then to overflow group as long as original group has no free agents.

    Is this possible?

    Regards, Peter
  • zgti
    Whiz
    • Oct 2015
    • 44

    #2
    Problem solved!

    Comment

    • lebon
      Genius
      .
      • Feb 2010
      • 218

      #3
      Hi

      I am interested in your script, I have a client that asks me the same thing a can

      Comment

      • zgti
        Whiz
        • Oct 2015
        • 44

        #4
        Hi,

        I have created this in a logic (Calls in que).:

        q(IN)[].callsInQueue >= 2
        &&
        c.positionInQueue == 1
        &&
        c.waitThisQueue > 15
        ||
        c."Bestaande oproep" == "ja"

        So, when there are two calls in the queue, and a third call enters the queue, after 15 seconds, the first call goes to the overflow group.
        The "Bestaande oproep" is a calltag, in English "Existing call". It makes the call stay in the upper part of the callflow.


        Regards, Peter
        Last edited by zgti; 05-26-2016, 02:33 AM. Reason: Extra info

        Comment

        • lebon
          Genius
          .
          • Feb 2010
          • 218

          #5
          veru good

          thank

          Comment

          Loading