|
Unfortunately, the instance of FreeSwitch where I've been playing with
this is at work and I can't get to it at the moment... Eventually, I
plan to post my entire implementation (_javascript_ and dialplan) on the
Wiki because I've added quite a few improvements to the confcall.js
example that is there now... Here's what I did though: In conference.conf.xml, put this entire line into the profile you are using for your conferences: <param name="conference-flags" value="wait-mod"/> In your dialplan, you need to use the two lines below. Somehow, you need to separate how callers encounter them though.. This first line enters callers as a standard user. This means that anyone entering conference 1234 using this line will WAIT until a moderator enters. <action application="conference" data=""/> This second line sets the moderator member flag as they enter conference 1234. Anyone already in the conference will now come off music. You could put an extra prompt for a pass code before this line. Or you could assign two extensions that both go to the same conference, but one extension is publicly known, the other is only known to the owner/moderator. <action application="conference" data=""/> Hope that helps. João Mesquita wrote: I could not get this working on current trunk. Can you post your configuration on conference module and the dialplan example? |
_______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
