I actually had to use this function the other day b/c I have two meet-me vectors so that we can have more than 6 people in a conference call.
Well, the host of the conference call did not join the first room before the other 6 people so he was locked out of the room.
So that he could get into the room, I reset the meet-me vdn and kicked everyone out so that he could get in. After he got in all the other people dialed back in.
There are more detailed threads on how to do this. But in a nutshell, create two vdns and two vectors. Once you do that, it is imperative for it to work that you dial out of your switch and into the first vector, and then dial out of the switch and back in to the second vector and conference the two. If you simply just conference the two vdns internally it will not work.
So like I have vector 90 (vdn 3500) and vector 91(vdn 3501).
So like in vector 90 I have a step that says goto step 14 if meet-me full
Then, step 14 says 'route to number 3501 with cov n unconditionally'
I will past my two vectors below and their announcements:
VECTOR_90
01 collect 6 digits after announcement 370
02 goto step 6 if digits = meet-me-access
03 collect 6 digits after announcement 371
04 goto step 6 if digits = meet-me-access
05 disconnect after announcement 372
06 goto step 11 if meet-me-idle
07 goto step 14 if meet-me-full
08 announcement 373
09 route-to meetme
10 stop
11 announcement 374
12 route-to meetme
13 stop
14 route-to number 382 with cov n if unconditionally
15 stop
VECTOR_91
01 collect 6 digits after announcement 370
02 goto step 6 if digits = meet-me-access
03 collect 6 digits after announcement 371
04 goto step 6 if digits = meet-me-access
05 disconnect after announcement 372
06 goto step 11 if meet-me-idle
07 goto step 14 if meet-me-full
08 announcement 373
09 route-to meetme
10 stop
11 announcement 373
12 route-to meetme
13 stop
14 disconnect after announcement 378
15 stop
ANNOUNCEMENTS
370 - Enter PIN
371 - Wrong PIN idiot
372 - PIN Invalid, call admin
373 - Conf call is in progress
374 - You are the first party
382 - Conf room is at max capacity. Good bye.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.