<div class="gmail_quote">
<p>Hi All,</p>
<p>I would like to develop a web application to create conferences and their associated PIN.<br>As a first step, I&#39;m only developing a simple command line application to perform this task.</p>
<p>I would like to know if the way I plan to do it is correct or if there is an even more simple way to do it. <br>I&#39;m new to Freeswitch and I&#39;m very impressed by FreeSwitch capacilities. I suspect there is a simple way to do it but I couldn&#39;t find it.<br>
Below is what I&#39;m planning to do:</p>
<p>1. create a client-server application to generate xml files in conf/dialplan/public (the participants calling the conference won&#39;t be known by Freeswitch so I use the public directory instead of the default one).<br>
   Each of these xml files will contain a conference. For example:<br> &lt;extension name=&quot;conf_100001&quot;&gt;<br>    &lt;condition field=&quot;destination_number&quot; expression=&quot;100001&quot;&gt;<br>       &lt;action application=&quot;conference&quot; data=&quot;conf_100001+123123&quot; /&gt;<br>
    &lt;/condition&gt;        <br> &lt;/extension&gt;</p>
<p>2. Once this new xml file has been created, use the api to call reload_xml</p>
<p>Thanks for your help</p>
<p>John<br></p><br></div><br>