[Freeswitch-users] Conference users hear MOH until leader enters?
Brian West
brian at freeswitch.org
Tue May 26 07:51:00 PDT 2009
Jason,
There are many ways to accomplish this using FreeSWITCH. All of
which will require you to do a little bit of coding in js, lua or some
other language.
1. Park all callers into a fifo.. (see mod_fifo)
2. When leader auths in your script then you uuid_transfer them all
into the conference.
You could also do this via esl using perl, lua, python, php or ruby.
That should accomplish the same ending result.
/b
On May 26, 2009, at 9:38 AM, Jason Cromes wrote:
> This is easy in Asterisk because you can pop someone into MeetMe with
> different flags. So, in my IVR, I prompt for the "conference number"
> (known to all) and then the "password" (known only to the owner/
> leader).
> If the proper password is entered, that user is sent to conference XYZ
> with the leader flag set. If no password is entered, the user goes to
> conference XYZ, without the leader flag. If anyone enters before the
> leader, they're told by MeetMe that "the conference will begin when
> the
> leader arrives" and MeetMe provides MOH until that time.
>
> Help! This is an absolute deal-breaker for my install... How can I
> do
> this in FreeSwitch?
> Thanks...
More information about the FreeSWITCH-users
mailing list