Position in queue for all topics

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • amouinet
    Member
    • Apr 2012
    • 3

    Position in queue for all topics

    Hello,
    A taskflow has several topics and each agent can answer calls from all topics.
    but when caller hears the position in queue the ipocc is telling the position in queue for their specific topic.
    so while there may be number 1 in their topic, if there are calls in other topics.
    the agent that is number 1 in there queue would still wait a long time to reach an agent.

    Is it possibel to announce a position in queue for all topics?

    (Same things for "c.positionInQueue" condition, when I use it in the "logic condition" fonction in a topic callflow, its calculated only for this topic, not for all)

    Thank you all in advance for your help!
  • vliegj
    Whiz
    • Jun 2014
    • 42

    #2
    I posted the same question a week ago, no answer yet.

    Comment

    • kruegerb
      Genius
      .
      • Oct 2013
      • 276

      #3
      In case all topics route to same ag you can collect to a help topic and ask here for position in queue

      Comment

      • lebon
        Genius
        .
        • Feb 2010
        • 218

        #4
        I have the same request, and I look, but I do not see any logic used
        c.positioninqueue for "topic1 '+ c.positioninqueue" topic2' etc ..

        Comment

        • vliegj
          Whiz
          • Jun 2014
          • 42

          #5
          Can you be more specific?

          Comment

          • lebon
            Genius
            .
            • Feb 2010
            • 218

            #6
            Hi,

            like the post above
            I have 3 topics go to One agent group
            I use an IVR script to advertise the position in the queue
            I would like to announce the position in the queue for the 3 topics
            now when the position is announced for each topic not for all
            Exemple:
            call on the topic 1 position in the queue is 1
            call on the topic 2 position in the queue is 1, what I would like is to have what is the position in the queue "topic1 + topic2"
            call on the topic 1 position in the queue is a 1
            call on the topic 2 position in the queue is 2, there have 2 call waiting for the group

            Yvan

            Comment

            • mnorst
              Whiz
              • Mar 2015
              • 42

              #7
              Originally posted by lebon View Post
              Hi,

              like the post above
              I have 3 topics go to One agent group
              I use an IVR script to advertise the position in the queue
              I would like to announce the position in the queue for the 3 topics
              now when the position is announced for each topic not for all
              Exemple:
              call on the topic 1 position in the queue is 1
              call on the topic 2 position in the queue is 1, what I would like is to have what is the position in the queue "topic1 + topic2"
              call on the topic 1 position in the queue is a 1
              call on the topic 2 position in the queue is 2, there have 2 call waiting for the group

              Yvan
              You may need to use a Collector to gather Topic 1 and Topic 2 into another topic (Topic 3) then take the position in queue from this topic. That said, this may alter some of the statistics and real-time counters for topics 1 and 2, so I would test it before using in production.

              Comment

              • lebon
                Genius
                .
                • Feb 2010
                • 218

                #8
                is done, but i not check the counter

                Comment

                Loading