What should be the behavior of the below steps in this vector? The 'route-to' #'s are VDN's that associate to a different vector. Within those vectors there are 'route-to' steps that send the call to another CM. Part of what I'm looking to find out is if the call would ever reach step 19-23.
14 goto step 18 if staffed-agents in skill 1st = 0
15 queue-to skill 1st pri m
16 announcement 3794
17 wait-time 10 secs hearing silence
18 route-to number 3459 with cov n if unconditionally
19 announcement 3794
20 wait-time 5 secs hearing silence
21 route-to number 3466 with cov n if unconditionally
22 announcement 3794
23 route-to number 3732 with cov y if unconditionally
24 stop
14 goto step 18 if staffed-agents in skill 1st = 0
15 queue-to skill 1st pri m
16 announcement 3794
17 wait-time 10 secs hearing silence
18 route-to number 3459 with cov n if unconditionally
19 announcement 3794
20 wait-time 5 secs hearing silence
21 route-to number 3466 with cov n if unconditionally
22 announcement 3794
23 route-to number 3732 with cov y if unconditionally
24 stop