Genesys Cloud - Main

 View Only

Sign Up

  • 1.  Transferring call from GC to engage environment

    Posted 16 hours ago

    Hi All,

    I wanted some advice on how I could transfer a call with some data from GC (call arrived in GC and after some IVR or voice bot interaction we deem it must be transferred with data to an engage environment) to agents on an engage environment.  How can this ben done?

    Thanks


    #ArchitectandDesign

    ------------------------------
    Kashaf Chaudhry
    Customer Success Director
    ------------------------------


  • 2.  RE: Transferring call from GC to engage environment

    Posted 16 hours ago

    Hi Kashaf

    We have a setup where we transfer the call the other way.  Call arrives on engage environment and then transfers to Genesys cloud using the following.

    1. Create SIP trunk between engage and Genesys cloud environment
    2. Map user data in SIP header and then map it to a variable
    3. In architect, use the append or slot function to string together the customer data.
    4. On engage SIP server, enable sip header for user data on the options.

    Might need some additional config but this should get you started.

    Regards



    ------------------------------
    Stephan Taljaard
    EMBEDIT s.r.o
    ------------------------------



  • 3.  RE: Transferring call from GC to engage environment

    Posted 11 hours ago

    Thanks Stephan



    ------------------------------
    Kashaf Chaudhry
    Customer Success Director
    ------------------------------



  • 4.  RE: Transferring call from GC to engage environment

    Posted 14 hours ago
    Edited by Kaio Oliveira 14 hours ago

    Hi Kashaf. 

    I configured it exactly this way, "Cloud to Engage," using UUI.

    Basically, in architect you have their variables using "update data," for example: flow.PhoneCustomer, flow.ANI, flow.EmailCustomer, etc.

    You need to have a variable, for example, with name flow.SendUUI.

    The value of this variable will be the "Append" of the variables that you need to send in the UUI.

    flow.SendUUI = append(flow.PhoneCustomer, "|", flow.ANI, "|", flow.EmailCustomer) ---- thinking that the separator is a pipe

    Finally, before the transfer block, you will add a "Set UUI Data"

    =-=-=-=-=-=-=-=--=

    Only reference

    https://help.genesys.cloud/articles/set-uui-data-action/

    https://help.genesys.cloud/articles/user-to-user-information-uui-overview/

    =-=-=-=-=-=-=-=--=



    ------------------------------
    Kaio Oliveira
    GCP - GCQM - GCS - GCA - GCD - GCO - GPE & GPR - GCWM

    PS.: I apologize if there are any mistakes in my English; my primary language is Portuguese-Br.
    ------------------------------



  • 5.  RE: Transferring call from GC to engage environment

    Posted 13 hours ago

    Thanks Kaio



    ------------------------------
    Kashaf Chaudhry
    Customer Success Director
    ------------------------------