Genesys Cloud - Main

 View Only

Discussion Thread View
  • 1.  Display window with connectect based DNIS for incoming call

    Posted 05-09-2025 02:02

    Hi

    Our customer has a request regarding incoming calls. They want a panel to pop up for the agents with content that changes depending on the DNIS. What would be the implementation approach for this?

    Regards

    Anna


    #Implementation

    ------------------------------
    Anna Mazor

    ------------------------------


  • 2.  RE: Display window with connectect based DNIS for incoming call
    Best Answer

    Posted 05-09-2025 10:53

    Hello Anna,

    There are a few different options that I can think of. You might want to use a script for the agents. It can display the contacts name, as well as some additional information. You could also create an inbound call flow that takes different routes, depending on some criteria that you set up.



    ------------------------------
    Jason Kleitz
    Online Community Manager/Moderator
    ------------------------------



  • 3.  RE: Display window with connectect based DNIS for incoming call

    Posted 05-09-2025 11:05
    Edited by Dave Halderman 05-09-2025 11:07

    Here's how I would tackle it. In whatever script those agents are using, create the desired input variables. In your Inbound Call flow, get the value of the Call.CalledAddress or Call.CallAddressOriginal built-in variable. Once you have that, you can do whatever logic you would like based on that DNIS, then send data to the agent's screen in a couple of ways:

    • You could use a Set Screen Pop step. When you select a script that has input variables, you will see that you can pass values into those variables.
    • You can use a Set Participant Data step. This is useful when the call may go different places that have different scripts. If you set a participant data value with the same name as your script input variable, the value of that participant data will automagically get passed to the script. For instance, I set a participant data variable called GuarantorID = 12345 in my Inbound Call flow then transfer to an ACD queue. That queue has a default script that has an input variable named GuarantorID. That '12345' value is available for me to display in that script even though the flow had no knowledge of that script.



    ------------------------------
    Dave Halderman
    Business Analyst
    ------------------------------



  • 4.  RE: Display window with connectect based DNIS for incoming call

    Posted 05-10-2025 01:35

     Hi,

    Thanks for your help. Our script successfully displays call data within the Agent Workspace. The current challenge is that minimized Agent Workspace windows don't automatically restore or notify agents of new incoming calls. This means agents can miss critical data.

    We're looking for a solution that either brings the Agent Workspace to the front when a new call arrives or provides a notification (like an Outlook email pop-up) to alert agents, regardless of the workspace's window state

    Tank you



    ------------------------------
    Anna Mazor
    CEO
    ------------------------------



  • 5.  RE: Display window with connectect based DNIS for incoming call

    Posted 05-11-2025 01:58
    Edited by Yvgeni Liberman 05-11-2025 02:02

    Hi,

    Needed assign to the queue script, 

    in the script create "action" that will have "Script Alert"  where possible to define the "message that we want to show, this message can include any variable is defined in the script.

    Define  this script as "autostarted"

    This message will be shown to the agent for ~6 sec when call answered

     



    ------------------------------
    Yvgeni Liberman
    ------------------------------



Need Help finding something?

Check out the Genesys Knowledge Network - your all-in-one access point for Genesys resources