I just set up a new vector/vdn for our main telephone number. In monitoring the vector events, I am seeing one in particular that is showing up in a high quantity. The Event ID is 81 and states "No digits collected".
In looking up this event in the Avaya manual, I see that it means that the caller didn't select any of the menu items and let it roll to the next default action.
My vector is designed to present the callers with a welcome message, provide them with an opportunity to select from a few menu items, then, if nothing is selected, route them to the operator.
Here is my vector:
Should I simply ignore these events? Have I done something wrong in my vector's scripting? If they should be ignored, is there a way to suppress these events?
Thanks in advance!
-Brian-
I'm not an actor, but I play one on TV.
In looking up this event in the Avaya manual, I see that it means that the caller didn't select any of the menu items and let it roll to the next default action.
My vector is designed to present the callers with a welcome message, provide them with an opportunity to select from a few menu items, then, if nothing is selected, route them to the operator.
Here is my vector:
Code:
01 queue-to split 91 pri l
02 wait-time 1 secs hearing silence
03 collect 1 digits after announcement 7970
04 goto vector 2 if digits = 1
05 goto vector 3 if digits = 9
06 goto vector 5 if digits = 8
07 wait time 2 secs hearing music
08 route-to number 0 with cov n if unconditionally
09 stop
Should I simply ignore these events? Have I done something wrong in my vector's scripting? If they should be ignored, is there a way to suppress these events?
Thanks in advance!
-Brian-
I'm not an actor, but I play one on TV.