January 13th, 2004, 03:42 PM
|
#5 (permalink)
|
|
Moderator
Join Date: Jul 2003
Posts: 1,349
|
Re: Meet-me conf Vector#1
Quote:
|
Originally Posted by papagigo
So if I understand you, I will need an announcement board with 3 pre-programmed announcements to complete this vector. Correct?
|
Actually, if you do it according to "the book" you will have 6 announcements:
1) Welcome: Enter Access Code
2) Access Code Wrong: Try Again
3) Access Code Still Wrong: COntact Conf Coordinator
4) You are the first participant
5) The conference is already in progress
6) The conference is full
The Conference coordinator is set up on page 2 of the VDN form and the extension listed there can change the conference code via FAC. Here is Avaya's meet-me vector ... I have made the announcement numbers the same as the list above for simplicity:
01 collect 6 digits after announcement 1
02 goto step 6 if digits = meet-me-access
03 collect 6 digits after announcement 2
04 goto step 6 if digits = meet-me-access
05 disconnect after announcement 3
06 goto step 11 if meet-me-idle
07 goto step 14 if meet-me-full
08 announcement 5
09 route-to meetme
10 stop
11 announcement 4
12 route-to meetme
13 stop
14 disconnect after announcement 6
15 stop
regs,
.al.
|
|
|