[Freeswitch-users] Dynamic Conference creation

Michael Collins msc at freeswitch.org
Fri Nov 19 12:08:13 PST 2010


You can create a conference on the fly simply by transferring something to
it. Example on fs_cli:

uuid_transfer xxxx conference:conf_name at whatever_domain inline

If "conf_name at whatever_domain" does not already exist it is created.

-MC

On Fri, Nov 19, 2010 at 9:22 AM, Farhan Husain <farhan.husain at csebuet.org>wrote:

> Thanks David. Actually, what I tried to mean is how to create a dynamic
> extension. Once the FreeSWITCH server loads, what are the ways I can create
> new extensions? I am already providing directory information dynamically by
> using mod_xml_curl. Can I create extensions dynamically using the same way?
> Can the mod_esl be used for the same purpose? Or is there any other way
> which I do not know?
>
> Thanks,
> Farhan
>
> On Fri, Nov 19, 2010 at 1:58 AM, David Wafula <davidwaf at gmail.com> wrote:
>
>>
>>
>> On Fri, Nov 19, 2010 at 9:48 AM, Farhan Husain <farhan.husain at csebuet.org
>> > wrote:
>>
>>> Hello,
>>>
>>> I could successfully create audio conference by adding extension in
>>> dialplan. However, how can I create conferences dynamically? Can I use
>>> mod_event_socket for that? Is there any command to create a conference
>>> dynamically?
>>>
>>>
>>>
>> There is a sample extension <extension name="nb_conferences">  in the
>> default.xml that you can adapt to. Use latest git.
>> --
>> David Wafula
>>
>> _______________________________________________
>> 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
>>
>>
>
> _______________________________________________
> 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/20101119/d44d1abf/attachment.html 


More information about the FreeSWITCH-users mailing list