I was finally able to create our very simple "meet-me" conference, but now I'm wondering if there is a way for the initial caller to hear ring-back over and over until a party joins the conf. Or maybe a confirmation tone.
Right now when the first caller calls the "meet-me" vdn, they will hear ONE ring-back tone and then it's silent (that's fine). Next they will enter the access code, then it's silent again until somebody else enters(I want to insert a confirmation signal). Otherwise the caller is waiting in silence wondering if he connected right.
It works well with additional callers. They get confirmation and no silent treatment, but it's just the initiator.
Here's the vector:
01 wait-time 2 secs hearing ringback
02 collect 6 digits after announcement none
03 goto step 6 if digits = meet-me-access
04 busy
05 stop
06 route-to meetme
07 stop
Any info will help
Thanks.
Right now when the first caller calls the "meet-me" vdn, they will hear ONE ring-back tone and then it's silent (that's fine). Next they will enter the access code, then it's silent again until somebody else enters(I want to insert a confirmation signal). Otherwise the caller is waiting in silence wondering if he connected right.
It works well with additional callers. They get confirmation and no silent treatment, but it's just the initiator.
Here's the vector:
01 wait-time 2 secs hearing ringback
02 collect 6 digits after announcement none
03 goto step 6 if digits = meet-me-access
04 busy
05 stop
06 route-to meetme
07 stop
Any info will help
Thanks.