<div dir="ltr"><meta http-equiv="content-type" content="text/html; charset=utf-8">Hi.<div>1) If you want to create XML, it may be easier to use xml_curl to serve up the xml dynamically rather than doing a reload.</div><div>

<br></div><div>2) The web GUI FusionPBX has a developed conference creation, assignation, and management interface. I hate seeing people rebuilding things from scratch unnecessarily. See if it suits your need.</div><div>
<br>
</div><div>-Avi</div><br><div class="gmail_quote">On Tue, Dec 7, 2010 at 3:26 PM, John Smith <span dir="ltr">&lt;<a href="mailto:johns1433@gmail.com">johns1433@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<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>
<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></div>