Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  How to transfer call from present queue to another queue

    Posted 08-09-2023 02:57
    No replies, thread closed.

    Hello All,

    Can some help me how to transfer call from present queue (No Agent Answer) to another queue? or how to know the duration of the call-in queue with help of any Data Action. 

    Thanks & Regards

    Mohan


    #Routing(ACD/IVR)

    ------------------------------
    Mohan Chaitanya Palaparthi
    Tech Mahindra Limited
    ------------------------------


  • 2.  RE: How to transfer call from present queue to another queue

    Posted 08-09-2023 15:44
    No replies, thread closed.

    Hi, Mohan.

    OK, so this would need to be done in an in-queue flow, which supports the ability to transfer to another flow.

    As for how to detect when to do it, you could either use the combined time that you play audio (so maybe 2 x 10 second prompts plus 40 seconds of hold music gives you approximately a minute) or, if you really need an exact measure, I think the /api/v2/conversations/calls/{conversationId} endpoint might help?

    HTH



    ------------------------------
    Paul Simpson
    Eventus Solutions Group
    ------------------------------



  • 3.  RE: How to transfer call from present queue to another queue

    Posted 08-09-2023 16:31
    No replies, thread closed.

    I think using the API as Paul mentioned is probably the better option, but just to throw one other way out there

    DateTimeDiff(Flow.StartDateTimeUtc, GetCurrentDateTimeUtc()) should give you the duration of the time in queue.



    ------------------------------
    Anton Vroon
    ------------------------------



  • 4.  RE: How to transfer call from present queue to another queue

    Posted 08-09-2023 20:33
    No replies, thread closed.

    Duh! How did I forget the built-in variables?

    What @Anton Vroon said....



    ------------------------------
    Paul Simpson
    Eventus Solutions Group
    ------------------------------



  • 5.  RE: How to transfer call from present queue to another queue

    Posted 08-10-2023 01:06
    No replies, thread closed.

    Thanks for the suggestion, Paul and Anton, will try it now.

    Thanks & Regards

    Mohan



    ------------------------------
    Mohan Chaitanya Palaparthi
    Tech Mahindra Limited
    ------------------------------