Quoting Mr. Anthony Minessale:<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"><span>
        thThe easiest way would be the new feature I added to 13442</span></span></span><br><span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"></span></span><br><span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"><span>in the conference profile add</span></span></span><br>
<span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"></span></span><br><span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"><span><param name="conference-flags" value="wait-mod"/></span></span></span><br>
<span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"></span></span><br><span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"><span>to your <profile></span></span></span><br>
<span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"></span></span><br><span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"><span>and in your dialplan</span></span></span><br>
<span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"><span>
</span></span></span><br><span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"><span><action application="set" data="conference_member_flags=<b class="highlight">moderator</b>"/></span></span></span><br>
<span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"><span><action application="conference" data="1234@wideband"/></span></span></span><br><span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"></span></span><br>
<span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"><span>or</span></span></span><br><span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"></span></span><br>
<span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"><span><action application="conference" data="1234@wideband+flags{<b class="highlight">moderator</b>}"/></span></span></span><br>
<span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"><span>
</span></span></span><br><span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"></span></span><br><span class="ul-threaded" style="margin: 0.5em 0pt 0pt -20px;"><span class="text-cell"><span>Don't forget the wishlist and donate button on the main site....</span></span></span><br>
</blockquote><br><div class="gmail_quote">On Tue, May 26, 2009 at 10:20 AM, j3flight <span dir="ltr"><<a href="mailto:jcromes@gmail.com">jcromes@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5"><br>
I'm attempting to replicate the behavior of an Asterisk system with<br>
FreeSwitch and I need a feature that, I'm surprised to say, doesn't seem to<br>
be supported (easily).<br>
<br>
Ok, so I've setup my dialplan so that when a specific extension is hit, it<br>
calls out to some javascript which acts like an IVR to handle the conference<br>
setup. (Similar to this:<br>
<a href="http://wiki.freeswitch.org/wiki/Examples_confcall_js" target="_blank">http://wiki.freeswitch.org/wiki/Examples_confcall_js</a> but with my own<br>
improvements.) Anyway, the conferences are stored permanently in a<br>
database, but I want them protected by their "owner" so they can only be<br>
used when that conference owner dials. If other users have entered the<br>
conference prior to the owner, they should hear music-on-hold until the<br>
leader enters.<br>
<br>
This is easy in Asterisk because you can pop someone into MeetMe with<br>
different flags. So, in my IVR, I prompt for the "conference number" (known<br>
to all) and then the "password" (known only to the owner/leader). If the<br>
proper password is entered, the user is sent to conference XYZ with the<br>
leader flag set. If no password is entered, the user goes to conference<br>
XYZ, without the leader flag. If anyone enters before the leader, they're<br>
told by MeetMe that "the conference will begin when the leader arrives" and<br>
MeetMe provides MOH until that time.<br>
<br>
Help! This is an absolute deal-breaker for my install... How can I do this<br>
in FreeSwitch?<br>
Thanks...<br>
--<br>
View this message in context: <a href="http://www.nabble.com/Conference-users-hear-MOH-until-leader-enters--tp23715721p23715721.html" target="_blank">http://www.nabble.com/Conference-users-hear-MOH-until-leader-enters--tp23715721p23715721.html</a><br>
Sent from the Freeswitch-users mailing list archive at Nabble.com.<br>
<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>