<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'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'm new to Freeswitch and I'm very impressed by FreeSwitch capacilities. I suspect there is a simple way to do it but I couldn't find it.<br>
Below is what I'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'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> <extension name="conf_100001"><br> <condition field="destination_number" expression="100001"><br> <action application="conference" data="conf_100001+123123" /><br>
</condition> <br> </extension></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>