I have a G3siV6. I have a vector setup to play recording when caller first calls. It then goes directly to the attendend after message. I want to setup so that caller can press 0 or some key to bypass the announcement and go directly to the attendent. If I collect digit, it waits 10 seconds after the announcement. I don't want any delay after the announcements plays, just go straight to attendent. Below is the vector I am using. Can someone make a suggestion to help me with this?
01 wait-time 0 secs hearing ringback
02 collect 1 digits after announcement 4555
03 goto step 4 if digits = 0
04 route-to number 4666 with cov n if unconditionally
This gives a 10 second delay after announcement if no digit entered.
Thanks.
01 wait-time 0 secs hearing ringback
02 collect 1 digits after announcement 4555
03 goto step 4 if digits = 0
04 route-to number 4666 with cov n if unconditionally
This gives a 10 second delay after announcement if no digit entered.
Thanks.