Hello - I'm trying to fix a problem in a vector and I'm not sure how to do it. My event log has an error "drop: not queued at stop" for my vector #27. This vector gives the caller a choice of the type of assistance they need (press 1 or 2) then proceeds to send them to my main split. We weed these types of calls out for measurement purposes only. What I think may be happening, is the queue is full when it tries to send it over and there is nowhere for the call to go? How do I prevent my caller from getting lost in a situation like this? Here is what my vector looks like - very simple:
01 wait-time 2 secs hearing silence
02 collect 1 digits after announcement 2029
03 route-to number 1990 with cov y if digit = 1
04 route-to number 1989 with cov y if digit = 2
05 stop
06
01 wait-time 2 secs hearing silence
02 collect 1 digits after announcement 2029
03 route-to number 1990 with cov y if digit = 1
04 route-to number 1989 with cov y if digit = 2
05 stop
06