03-23-2015 06:04 AM - last edited on 03-25-2019 09:53 PM by ciscomoderator
Here is a summary of what we are trying to accomplish:
-- caller calls into a DID
-- caller keys in his/her ID#
-- caller then gets directed to a specific agent that he/she has already been dealing with on an ongoing basis
Here is what I believe should be constructed to handle this:
-- create a CVP application that does the following:
-- construct an ICM script that does the following:
I can construct the CVP application, and can construct the ICM script up-to-and-including the CVP application call, as well as the part after directing the caller to the agent.
What I am having an issue with is determining how to dynamically direct a caller to a specific agent once the call is placed back into the ICM script. Any ideas? Thanks!
03-27-2015 04:29 AM
Hi Jeff,
You are totally on it.
And everything you mentoned is correct. When you finish your CVP Application you can pass the CRM retrived Agent Information in ECC Variable FromExtVXML array at CVP_Subdialog_Return step.
Now when control comes back to ICM script, the CVP data is available for use and you can extract the information and then pass this information (AgentID) to Queue to Agent node under Agent_Expression dynamically.
Regards,
Vinod Kewate
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide