[Freeswitch-users] Dynamic Conference creation

Steven Ayre steveayre at gmail.com
Sat Nov 20 01:42:12 PST 2010


There're two ways:

- You can either serve the dialplan from mod_xml_curl, where a HTTP
request will be made each time a call arrives to get its own personal
dialplan

- or you can use 'reloadxml' at the cli (e.g. through esl) which will
reload the XML dialplan and pick up any changes you have made to it.

Regards,
-Steve


On 19 November 2010 17:22, 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
>
>



More information about the FreeSWITCH-users mailing list