Hello,
I'm trying to create a vector to forward after-hours and weekend calls to a remote number.
This is what i tried:
DID number xxxx(a) follows coverage to vnd xxxx(b) and wrote vector as follows.
01.goto step 6 if time-of-day is FRI 17:00 to MON 08:00
02.goto step 6 if time-of-day is ALL 17:00 to ALL 08:00
03.wait 1sec ringback
04.route-to number xxxx(c) with cov y if unconditionally
05.stop
06.route-to number xxxx(d) with cov y if unconditionally
07.stop
xxxx(c) main brdg-app, rings all phones during office hours
xxxx(d) forwards to remote extension
Problem is that it doesn't work. It will sound like an invalid number.
Without the time-of-day (line 1 & 2) it rings once and then disconnects.
I don't want to have a greeting and don't want it to required caller to use digits for options.
How can I get this vector to work without collecting digits? Is there a simpler way to do accomplish time conditions?
Thanks
I'm trying to create a vector to forward after-hours and weekend calls to a remote number.
This is what i tried:
DID number xxxx(a) follows coverage to vnd xxxx(b) and wrote vector as follows.
01.goto step 6 if time-of-day is FRI 17:00 to MON 08:00
02.goto step 6 if time-of-day is ALL 17:00 to ALL 08:00
03.wait 1sec ringback
04.route-to number xxxx(c) with cov y if unconditionally
05.stop
06.route-to number xxxx(d) with cov y if unconditionally
07.stop
xxxx(c) main brdg-app, rings all phones during office hours
xxxx(d) forwards to remote extension
Problem is that it doesn't work. It will sound like an invalid number.
Without the time-of-day (line 1 & 2) it rings once and then disconnects.
I don't want to have a greeting and don't want it to required caller to use digits for options.
How can I get this vector to work without collecting digits? Is there a simpler way to do accomplish time conditions?
Thanks