[Freeswitch-users] creating conferences
Avi Marcus
Avi at aMarcus.com
Tue Dec 7 19:25:45 MSK 2010
Hi.
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.
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.
-Avi
On Tue, Dec 7, 2010 at 3:26 PM, John Smith <johns1433 at gmail.com> wrote:
> 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
>
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101207/558426d7/attachment-0001.html
More information about the FreeSWITCH-users
mailing list