Hi Susan
Thanks for your help.
I'm still completely confused as it won't work.
![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)
Here's a copy of the original vector before the above request:
01 wait-time 0 secs hearing silence
02 # This is the call flow that plays the Welcome message for the UK
03 # Check to see whether the Emergency variable has been set?
04 goto step 21 if NE > 1
05 # Check to see whether the Bank Holiday variable has been set?
06 goto step 24 if NH > 1
07 # Check to see whether the Closed variable has been set?
08 goto step 24 if NC > 1
09 # None of the variables have been set so play the Welcome message
10 announcement V1
11 # Now send the call back to AIC
12 wait-time 5 secs hearing silence
13 adjunct routing link 1
14 wait-time 5 secs hearing silence
15 adjunct routing link 5
16 wait-time 5 secs hearing silence
17 # AIC has failed so send the call to the DR routing (i.e. V5)
18 route-to number V5 with cov y if unconditionally
19 goto step 18 if unconditionally
20 # The Emergency Message has been acivated so play the message.
21 disconnect after announcement 87340
22 # The Bank Holiday or Closed variable has been set so route the call to
23 # the closed VDN (i.e. V4)
24 route-to number V4 with cov y if unconditionally
25 goto step 24 if unconditionally
I tried to bypass the parking devices by deleting the entry for the delivery VDN off the AIC admin site. I then added your comments onto the vector as step 26+. When I rang the delivery number it routed straight to the voicemail box despite an agent being signed in available.
I'm not sure what to do now - all I want is to route the call to the voicemail box if noone available/logged into skill 3. Or if easier - if noone answers within 8 seconds route the call to voicemail box (external number). But I do need to keep the bank holiday/emergency/dr checks on the vector.
Any ideas?