09-06-2022 04:26 AM
In an ICM script, we have an interruptible prompt playing a generic message, which is following by a prompt, linked to a menu. The problem is that if a caller presses (for instance) 1 to interrupt the prompt, ICM assumes that 1 is the CED and will automatically proceed with the script, without playing the menu message. Is there a way to clear DTMF before playing the menu prompt, so that the menu prompt will play and CED will be gathered ?
In both cases, we use the node Run Ext. Script. I have tried to resolve it by adding user.micropp.input_type = "D" as well as Call.CallerEnteredDigits = "NULL", but problem continues.
Solved! Go to Solution.
09-06-2022 06:00 AM
09-06-2022 06:00 AM
09-06-2022 06:35 AM
Hello Janine,
A colleague of mine suggested to add a CED node after playing the message, where all cases would just continue the script. But I like your suggestion as well. I will try both solutions and see which best suits the requirements.
Thanks for your quick reply, it is much appreciated.
Stefaan
09-06-2022 06:45 AM
09-06-2022 07:01 AM
You can also a try a simple microapp of "PM" with playing a "silence" file of just 1/2 or 1 second to clear it up.
09-06-2022 07:57 AM
Play the prompt as a Menu with a 1 second timeout was indeed the solution to this issue. Thanks for your quick reply.
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