03-15-2006 07:04 AM - edited 03-13-2019 11:35 PM
I would like to have for each agent hello message recorded and played when call reached an agent so that agent doesn't have to say 'Hello, I'm ...'. Does such functionality exist? If not, is there some way we could simulate it? Perhaps if we could send call from an agent back to IVR, IVR plays prompt and returns call back to the agent? How can we return call from agent back to IVR? It is the same functionality like when customer would like to enter its password on IVR for some Daabase check, and agent should not know it, so we send it back to IVR, IVR reads password and transfers call back to the agent.
03-15-2006 06:23 PM
This can be accomplished fairly easily. There are numerous ways to do this using database lookups, xml lookups, etc. I will just give you a basic example and it should give you a good enough idea on how it works to expand on it as needed.
Assume the following:
1. You have a CSQ named CSQ
2. An agent with an agent id of jsmith
3. You have a .wav file created named jsmith.wav
When you use the "Select Resource Step" you can check the box for "Connect" to NO. This will allow you to select the available resource, jsmith, play the .wav file jsmith.wav to the customer, then use the connect step to send the caller to jsmith.
The one caveat will be that after the customer hears the .wav file, they will hear ringing when it is sent to jsmith. I would suggest setting your agents to "Auto Answer" so the customer will hear the .wav file, and then be connected immediately to the agent.
The attached script is basic but should give you the idea.
please rate posts.
andy dignan -
03-16-2006 12:31 AM
Thank you for your answer, but I'm asking how to do this in IPCC Enterprise envinronment.I beleive your answer is related to IPCC Express implementation. So I need some ICM skripting tricks on how to send a call to IVR, pass IVR data on whitch agent is selected in QueuToSkillGroup node, and after IVR plays agents promp t return that call to agent peviously selected. I beleive this can be done, but I still do not know how.
03-16-2006 09:02 PM
Sorry about that. I have yet to come up with a way to do this in IPCC Enterprise.
andy dignan - berbee
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