10-10-2012 12:53 AM - edited 03-14-2019 10:38 AM
Hello,
could you please tell me how to delete the system prompt "are you still there" in UCCX 8.5. (linux)
Thnaks
Solved! Go to Solution.
10-10-2012 08:00 AM
Generally you don't want to delete a sytem prompt. Instead, change the retry counter on the relevant step to 0 as seen below.
If you need to repeat the step any number of times simply build in a counter with a goto loop in the Timeout/Unsuccessful branches.
HTH
Tanner Ezell
10-10-2012 07:53 AM
Why do you need to delete it?
If you don't want the scripts to play it then you need to adjust your collect digits/menu prompt logic accordingly not to use built in maximum retries of anything above 1 and simply use a variable counter to check the loop counter and play any message you want.
This has been asked before here, so if you are looking for more details I am sure you can find some good threads.
HTH,
Chris
10-10-2012 08:00 AM
Generally you don't want to delete a sytem prompt. Instead, change the retry counter on the relevant step to 0 as seen below.
If you need to repeat the step any number of times simply build in a counter with a goto loop in the Timeout/Unsuccessful branches.
HTH
Tanner Ezell
10-18-2012 06:14 AM
I fixed this issue via one of two simple solutions, the first is only by setting the max retry in the menu properties to 0 and I repeated the recorded message itself 2 or 3 times in the prompt to be played.
The second solution is to set the max retry in the menu properties to 0 and place a counter step to count against how many times the menus step reached the time out or unsuccessful branches then pass to the next step or repeats the menu by a go to step based on a comparison with a Max Retry integer which you set, and this solution is better than the first one as no need to repeat the message itself in the recordings and also because it also remove the system prompt " you have entered an invalided option "
Sent from Cisco Technical Support iPhone App
03-13-2013 09:23 AM
Hi Tanner,
I have huge script and i want to avoid the many retry attempts under unsuccessful and timeout options. Is there a way i can make a single if condition with retry attempts and keep looping to that with label and goto step instead of making IF condition under every unsuccessful and timeout option.
Regards,
Sandeep
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