<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
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...&nbsp; 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...<br>
<br>
Here's what I did though:<br>
<br>
In conference.conf.xml, put this entire line into the profile you are
using for your conferences:<br>
<b>&lt;param name="conference-flags" value="wait-mod"/&gt;</b><br>
<br>
In your dialplan, you need to use the two lines below.&nbsp; Somehow, you
need to separate how callers encounter them though..<br>
<br>
This first line enters callers as a standard user.&nbsp; This means that
anyone entering conference 1234 using this line will WAIT until a
moderator enters.<br>
<b>&lt;action application="conference"
data="1234@your-conf-profile-name"/&gt;</b><br>
<br>
This second line sets the moderator member flag as they enter
conference 1234.&nbsp; Anyone already in the conference will now come off
music.&nbsp; You could put an extra prompt for a pass code before this
line.&nbsp; 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.<br>
<b>&lt;action application="conference"
data="1234@your-conf-profile-name+flags{moderator}"/&gt;</b><br>
<br>
Hope that helps.<br>
<br>
<br>
Jo&atilde;o Mesquita wrote:
<blockquote
 cite="mid:5a8712120905290018h308c70f3g6869a604a139aa6e@mail.gmail.com"
 type="cite">I could not get this working on current trunk. Can you
post your configuration on conference module and the dialplan example?<br>
  <br>
Thanks,<br>
  <br>
jmesquita<br>
</blockquote>
</body>
</html>