Hi,
I'm trying to setup an options menu for reception, currently it just dials straight to the receptionist but a lot of sales and Customer Service calls are also going there. They have requested that a menu now prompts the following:-
'Welcome to XXXXXX. For Sales press 1, for Customer Services press 2, or please hold for Reception.'
1 would transfer the call to sales - vec 70
2 would transfer the call to customer services - vec 60
if they wait 7 secs then they get transferred to Reception.
I have the vec below programmed but I don't know how to get it to go to reception if a number is not entered:-
01 wait-time 2 secs hearing ringback
02 goto step 23 if holiday in table 1
03 goto step 28 if time-of-day is all 20:00 to all 08:00
04 goto step 28 if time-of-day is fri 20:00 to sat 10:00
05 goto step 28 if time-of-day is sat 14:00 to mon 08:00
06
07
08 goto step 27 if staffed-agents in skill 90 > 0
09 collect 1 digits after announcement 4090 for none
10
11
12
13
14
15 goto vector 70 @step 1 if digits = 1
16 goto vector 60 @step 1 if digits = 2
17
18 goto vector 85 @step 2 if unconditionally - (this goes to the reception station)
19
20
21
22
23 disconnect after announcement none
24
25
26
27 disconnect after announcement none
28 stop
29 messaging skill 99 for extension 5003
30 stop
31
32
Any help on this would be great.
I'm trying to setup an options menu for reception, currently it just dials straight to the receptionist but a lot of sales and Customer Service calls are also going there. They have requested that a menu now prompts the following:-
'Welcome to XXXXXX. For Sales press 1, for Customer Services press 2, or please hold for Reception.'
1 would transfer the call to sales - vec 70
2 would transfer the call to customer services - vec 60
if they wait 7 secs then they get transferred to Reception.
I have the vec below programmed but I don't know how to get it to go to reception if a number is not entered:-
01 wait-time 2 secs hearing ringback
02 goto step 23 if holiday in table 1
03 goto step 28 if time-of-day is all 20:00 to all 08:00
04 goto step 28 if time-of-day is fri 20:00 to sat 10:00
05 goto step 28 if time-of-day is sat 14:00 to mon 08:00
06
07
08 goto step 27 if staffed-agents in skill 90 > 0
09 collect 1 digits after announcement 4090 for none
10
11
12
13
14
15 goto vector 70 @step 1 if digits = 1
16 goto vector 60 @step 1 if digits = 2
17
18 goto vector 85 @step 2 if unconditionally - (this goes to the reception station)
19
20
21
22
23 disconnect after announcement none
24
25
26
27 disconnect after announcement none
28 stop
29 messaging skill 99 for extension 5003
30 stop
31
32
Any help on this would be great.