<div>I was indeed looking at &quot;announce-count&quot;, but from the code, it looks like that was designed to announce to the caller how many people were on the conference only when they were joining and the number was over a threshold specified in the profile. Not exactly what I was looking for, but it did help me find some of the right variables. And no, it didn&#39;t work, but I see now that it&#39;s most likely because conference_member_say wasn&#39;t working.</div>

<div> </div>
<div>I didn&#39;t think to try to define tts_engine and tts_voice, though, thinking that things like that had likely defaults. Obviously that would be an issue if not. I&#39;ll look at that next.</div>
<div> </div>
<div>Don&#39;t quote me on what announce-count is supposed to do, yet -- I only looked at it for long enough to tell that it wasn&#39;t what I needed. Once I have things working the way I want, I feel like I&#39;ll have enough data to be more certain of what everything does, and then I&#39;ll be happy to help you fill those out.<br>
</div>
<div>I like your solution on the default controls. Naming them &quot;sample&quot; instead of &quot;default&quot; would do fine. Alternately, if we put a blurb in the comments above the default controls saying &quot;these controls are hard-coded, and changes will not be taken into account. They are here as an example only&quot;, that would probably be good enough.</div>

<div> </div>
<div>Also, it&#39;s not clear that the DTMF commands for caller controls can be multiple digits. It might go without saying, but I didn&#39;t think about it until a little ways in, so something on the wiki might be nice.<br>
</div>
<div class="gmail_quote">On Thu, Jun 18, 2009 at 5:01 PM, <span dir="ltr">&lt;<a href="mailto:j3flight@gmail.com">j3flight@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div text="#000000" bgcolor="#ffffff">I also saw the option for the &quot;announce-count&quot; conference parameter (which i assume is what you&#39;re trying to use) and it didn&#39;t seem to work for me either.  I couldn&#39;t figure out whether I was doing something wrong or if it was not working - that&#39;s why I implemented it in JS.  Looking at the code now, do you have <font size="2">tts_engine and tts_voice defined in the conference config file.  </font><font size="2">Looks like conference_member_say won&#39;t do anything without those...</font><br>
<br>I can definitely attest to the confusion on your second point...  It took me a while to figure out the &quot;default&quot; conference controls as well.  As long as you name your caller-controls something else, it all works great.  The easy fix would be to modify the included conference config file so that the sample conference controls had a different name.  If someone removed them manually, it would work as advertised.<br>
<br>The wiki doc for mod_conference still needs some help too.  I tried to fill in what I knew recently by adding all the options I could find in the source and re-arranging the page to make it easier to understand for new folks.  I had to leave a bunch of ??? in places though because I didn&#39;t know what something did or meant...  Can anyone help complete that?<br>
</div><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>
<br></blockquote></div><br>