[Freeswitch-users] creating conferences

John Smith johns1433 at gmail.com
Tue Dec 7 16:26:35 MSK 2010


Hi All,

I would like to develop a web application to create conferences and their
associated PIN.
As a first step, I'm only developing a simple command line application to
perform this task.

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.
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.
Below is what I'm planning to do:

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).
   Each of these xml files will contain a conference. For example:
 <extension name="conf_100001">
    <condition field="destination_number" expression="100001">
       <action application="conference" data="conf_100001+123123" />
    </condition>
 </extension>

2. Once this new xml file has been created, use the api to call reload_xml

Thanks for your help

John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101207/65397fa5/attachment.html 


More information about the FreeSWITCH-users mailing list