cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2582
Views
1
Helpful
2
Replies

Menu Timeout - Are You Still There?

junp14
Level 1
Level 1

My script works per our requirement. Only problem is when I use the Menu step, after the Timeout value (10 secs from the time the last spoken word in Menu Prompt), the system says "Are you still there?". Do you know how I can remove this? Please advise, thanks.

1 Accepted Solution

Accepted Solutions

clarkjason
Level 1
Level 1

Change maximum retries to 0 and set timeout back to label before the menu statement, if you still need a timeout use an increment on a counter variable to accomplish this?

View solution in original post

2 Replies 2

clarkjason
Level 1
Level 1

Change maximum retries to 0 and set timeout back to label before the menu statement, if you still need a timeout use an increment on a counter variable to accomplish this?

Thanks, changing the Max Retries to 0 fixed it, I didn't have to change the Timeout. Thanks again.