What I would like is for a call that comes in to a VDN, points to a vector to route to another number. My vector curerntly looks like this
01 announcement 4158
02 goto step 6 if available-agents in skill 16 < 1
03 route-to number 2972 with cov y if unconditionally
04 stop
05
06 route-to number 8936 with cov y if unconditionally
07 stop
I basically have the agent hit Aux work for group 16 to have the call route to the other number. But the hunt group is not an ACD group. Also at night the user wants to hit send calls and send calls to vmail like regular. They want calls only to route when they hit the aux work button (when they step out to lunch). This works for when they are out to lunch but doesn't work with the send calls feature. Any other way to do this?
01 announcement 4158
02 goto step 6 if available-agents in skill 16 < 1
03 route-to number 2972 with cov y if unconditionally
04 stop
05
06 route-to number 8936 with cov y if unconditionally
07 stop
I basically have the agent hit Aux work for group 16 to have the call route to the other number. But the hunt group is not an ACD group. Also at night the user wants to hit send calls and send calls to vmail like regular. They want calls only to route when they hit the aux work button (when they step out to lunch). This works for when they are out to lunch but doesn't work with the send calls feature. Any other way to do this?