<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On May 23, 2013, at 2:00 AM, Matthew Cordes &lt;<a href="mailto:cordes.matthew@gmail.com">cordes.matthew@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi, <br><br>I'm new to FreeSwitch and starting to experiment with conferences. I've browsed the wiki and I'm half way through the ebook and I'm running into a few questions I'm hoping I might be able to get some help with. <br>
<br>1. How do I translate conference cli commands (e.g. "conference xxx mute yyy") into a dialplan xml actions? <br></blockquote><div><br></div>You don't really. Why exactly would you want to do this?</div><div><br><blockquote type="cite"><br>2. The default behavior of the conference is to disable hold music and allow the participants to speak when there are two or more callers. How might I&nbsp; keep the conference on hold until a particular caller joins? Additionally when this special user leaves I'd like to place the conference back on hold.<br></blockquote><div><br></div><a href="https://wiki.freeswitch.org/wiki/Mod_conference">https://wiki.freeswitch.org/wiki/Mod_conference</a></div><div><br></div><div>conference flags "wait-mod"</div><div><br><blockquote type="cite">
<br>3. Where might I find info regarding loading configuration information (particularly the user directory) from an external source (probably a database and probably via mod_python)?<br></blockquote><div><br></div><div>my recommendation :&nbsp;<a href="https://wiki.freeswitch.org/wiki/Mod_xml_curl">https://wiki.freeswitch.org/wiki/Mod_xml_curl</a></div><br><blockquote type="cite"><br>4. I'd like to have some private conferences that only certain callers can join. I'll know the callers' ids before hand. I'm assuming a reasonable way to handle is with user groups. How would I test if a user is a member of a particular group? <br></blockquote><div><br></div>If your doing dialplan via mod_xml_curl you can do all that validation in your dialplan lookup.</div><div><br><blockquote type="cite">
<br>Thanks, <br>-Matt<br></blockquote></div><br></body></html>