<!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... 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><param name="conference-flags" value="wait-mod"/></b><br>
<br>
In your dialplan, you need to use the two lines below. Somehow, you
need to separate how callers encounter them though..<br>
<br>
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.<br>
<b><action application="conference"
data="1234@your-conf-profile-name"/></b><br>
<br>
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.<br>
<b><action application="conference"
data="1234@your-conf-profile-name+flags{moderator}"/></b><br>
<br>
Hope that helps.<br>
<br>
<br>
Joã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>